Skip to content

Commit

Permalink
I'm tired of ocfweb crashing
Browse files Browse the repository at this point in the history
@abizer is working on a better solution for this, but I just want ocfweb
to stop crashing while we sort out this whole thing.
  • Loading branch information
jvperrin committed Jun 5, 2018
1 parent c1e86d9 commit fb336af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocflib/lab/hours.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import requests

HOURS_URL = 'https://www.ocf.berkeley.edu/api/hours'
HOURS_URL = 'https://www.ocf.berkeley.edu/~staff/hours_temp'


def _generate_regular_hours():
Expand Down

0 comments on commit fb336af

Please sign in to comment.