Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyazura committed Sep 28, 2020
1 parent dcfcf57 commit 22a2014
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

job.minute.every(15)
cron.write()
x = job.run()
print(x)

app = create_app()
app.run(host='0.0.0.0', port=8080)

0 comments on commit 22a2014

Please sign in to comment.