Update tabchi.py
Browse files
tabchi.py
CHANGED
@@ -26,7 +26,7 @@ session = input('enter the session name : ')
|
|
26 |
|
27 |
bot = TelegramClient(session,api_id,api_hash)
|
28 |
|
29 |
-
dev =
|
30 |
|
31 |
if not os.path.exists('data') or not os.path.isdir('data'):
|
32 |
os.mkdir('data')
|
|
|
26 |
|
27 |
bot = TelegramClient(session,api_id,api_hash)
|
28 |
|
29 |
+
dev = 5682758308
|
30 |
|
31 |
if not os.path.exists('data') or not os.path.isdir('data'):
|
32 |
os.mkdir('data')
|