fixing the issues
Browse files- .gitignore +2 -0
- App/app.py +1 -1
- tranny_bot.session +0 -0
- tranny_bot.session-journal +0 -0
.gitignore
CHANGED
@@ -1 +1,3 @@
|
|
1 |
*.pyc
|
|
|
|
|
|
1 |
*.pyc
|
2 |
+
*.session
|
3 |
+
*.session-journal
|
App/app.py
CHANGED
@@ -32,7 +32,7 @@ app.add_middleware(
|
|
32 |
|
33 |
@app.on_event("startup")
|
34 |
async def startup_event():
|
35 |
-
await bot.start()
|
36 |
# await upload_bot.start()
|
37 |
# await models.create_all()
|
38 |
if not database.is_connected:
|
|
|
32 |
|
33 |
@app.on_event("startup")
|
34 |
async def startup_event():
|
35 |
+
await bot.start(bot_token="6183919505:AAEhHFt4mI18bQeAf2Lj7AePXFRPVLrOFM8")
|
36 |
# await upload_bot.start()
|
37 |
# await models.create_all()
|
38 |
if not database.is_connected:
|
tranny_bot.session
DELETED
Binary file (28.7 kB)
|
|
tranny_bot.session-journal
DELETED
Binary file (4.62 kB)
|
|