7 lines
117 B
Python
7 lines
117 B
Python
from src import app
|
|
|
|
import os
|
|
#bot.setWebhook("http://localhost:5000/bot")
|
|
app.run(debug=True, use_reloader=False)
|
|
|