Rename tabchi.py to app.py
Browse files- tabchi.py → app.py +3 -3
tabchi.py → app.py
RENAMED
@@ -20,13 +20,13 @@ def font(text):
|
|
20 |
else:
|
21 |
return None
|
22 |
|
23 |
-
api_id =
|
24 |
-
api_hash = '
|
25 |
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')
|
|
|
20 |
else:
|
21 |
return None
|
22 |
|
23 |
+
api_id = 11724276
|
24 |
+
api_hash = '0b7fd91855bf2ed8dd40e0d8cb685b86'
|
25 |
session = input('enter the session name : ')
|
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')
|