randydev commited on
Commit
80c7250
·
verified ·
1 Parent(s): 77411ed

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -83,7 +83,7 @@ async def get_chat_raw(username: str = None):
83
  ok = await user_client.get_chat(username)
84
  response = await js.get_creation_date(
85
  api_key="akeno_OSrXhljIomunACd5JY18jFIeIuuB6Pdx",
86
- user_id=ok.pinned_message.from_user.id if
87
  )
88
  except Exception:
89
  return {"error": "Error try again invalid"}
 
83
  ok = await user_client.get_chat(username)
84
  response = await js.get_creation_date(
85
  api_key="akeno_OSrXhljIomunACd5JY18jFIeIuuB6Pdx",
86
+ user_id=ok.pinned_message.from_user.id
87
  )
88
  except Exception:
89
  return {"error": "Error try again invalid"}