soxogvv commited on
Commit
9a3d0db
·
verified ·
1 Parent(s): fe1a797

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ from threading import Thread
6
  from pymongo import MongoClient
7
  from telethon import TelegramClient, events
8
 
 
 
9
  # Enable nested event loops for Flask + Telethon
10
  nest_asyncio.apply()
11
  logging.basicConfig(level=logging.INFO)
 
6
  from pymongo import MongoClient
7
  from telethon import TelegramClient, events
8
 
9
+
10
+
11
  # Enable nested event loops for Flask + Telethon
12
  nest_asyncio.apply()
13
  logging.basicConfig(level=logging.INFO)