Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Pycomet committed Oct 21, 2020
1 parent e337963 commit f2b4d8e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Binary file modified __pycache__/config.cpython-36.pyc
Binary file not shown.
2 changes: 0 additions & 2 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
runtime: python38



env_variables:
API_ID: "683428"
API_HASH: "967b28d111f82b906b6f28da1ff04411"
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from apscheduler.schedulers.background import BackgroundScheduler
import requests

DEBUG = True
DEBUG = False

scheduler = BackgroundScheduler()
scheduler.start()
Expand Down

0 comments on commit f2b4d8e

Please sign in to comment.