Small pep8 changes
This commit is contained in:
parent
e87a071b5d
commit
a25ef4a4f3
@ -7,9 +7,9 @@ __version__ = "0.0.1"
|
||||
__license__ = "None"
|
||||
|
||||
|
||||
import time
|
||||
import sys
|
||||
from apscheduler.schedulers.background import BackgroundScheduler
|
||||
import time
|
||||
import pandas
|
||||
|
||||
from bot import bot
|
||||
@ -67,7 +67,6 @@ if __name__ == "__main__":
|
||||
test = pandas.DataFrame(session.query(User.telegram_id).all())
|
||||
for element in test["telegram_id"]:
|
||||
print(element)
|
||||
|
||||
start_challenges()
|
||||
sys.exit(-1)
|
||||
except KeyboardInterrupt:
|
||||
|
Loading…
Reference in New Issue
Block a user