Skip to content

Commit

Permalink
Start at a higher initial number
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Mar 11, 2017
1 parent 395426a commit 8bd3344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tavenner.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():
try:
i = resume_point
except:
i = 2000
i = 2050

while True:

Expand Down

0 comments on commit 8bd3344

Please sign in to comment.