randydev commited on
Commit
a2ee1a4
·
verified ·
1 Parent(s): 50ac6a3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -119,7 +119,6 @@ async def get_chat_raw(username: str = None):
119
  user_id = None
120
  if user_id:
121
  response = await js.get_creation_date(
122
- api_key="akeno_OSrXhljIomunACd5JY18jFIeIuuB6Pdx",
123
  user_id=user_id
124
  )
125
  except Exception as e:
 
119
  user_id = None
120
  if user_id:
121
  response = await js.get_creation_date(
 
122
  user_id=user_id
123
  )
124
  except Exception as e: