randydev commited on
Commit
99d08e8
·
verified ·
1 Parent(s): 357c03a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -10,7 +10,7 @@ logger.setLevel(logging.DEBUG)
10
  app = js.get_app()
11
 
12
  client = js.create_pyrogram(
13
- "fastapi-bot",
14
  api_id=API_ID,
15
  api_hash=API_HASH,
16
  bot_token=BOT_TOKEN
 
10
  app = js.get_app()
11
 
12
  client = js.create_pyrogram(
13
+ name="fastapi-bot",
14
  api_id=API_ID,
15
  api_hash=API_HASH,
16
  bot_token=BOT_TOKEN