Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions cycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,11 @@ def calculate_cycle(future=0):


def get_cycle():
te, fs = calculate_cycle(1)
print("Cycle to be put in manifest is " + str(te))
return str(te)
return str(2609)


def get_cycle_download():
te, fs = calculate_cycle(1)
print("Cycle to be downloaded is " + str(te))
return str(te)
return str(2609)


def get_first_date(year):
Expand Down
Loading