Vfhgcxff commited on
Commit
110eb29
1 Parent(s): 972047f

Rename tabchi.py to app.py

Browse files
Files changed (1) hide show
  1. 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 = 17064702
24
- api_hash = 'f65880b9eededbee85346f874819bbc5'
25
  session = input('enter the session name : ')
26
 
27
  bot = TelegramClient(session,api_id,api_hash)
28
 
29
- dev = 1725955696
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')