added parent files

This commit is contained in:
andis
2017-09-26 12:08:52 +02:00
parent 4a935ee4a9
commit 56997fea1e
7 changed files with 193 additions and 0 deletions

6
_parent_files/run.py Normal file
View File

@@ -0,0 +1,6 @@
from src import app
import os
#bot.setWebhook("http://localhost:5000/bot")
app.run(debug=True, use_reloader=False)