Skip to content
This repository has been archived by the owner on Dec 4, 2021. It is now read-only.

Commit

Permalink
increase num schedules returned to 50 (from 10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosshamish committed Mar 16, 2016
1 parent c621bb5 commit 6ce17f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classtime/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def new_list_and_set():
# Schedule Generation
# --------------------------------

NUM_SCHEDULES = 10
NUM_SCHEDULES = 50
def find_schedules(result=None, search_params=None):
if result is None:
result = dict()
Expand Down
2 changes: 1 addition & 1 deletion classtime/api/apiv1.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def new_list_and_set():
# Schedule Generation
# --------------------------------

NUM_SCHEDULES = 10
NUM_SCHEDULES = 50
def find_schedules(result=None, search_params=None):
if result is None:
result = dict()
Expand Down

0 comments on commit 6ce17f6

Please sign in to comment.