Update main.py
Browse files
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:
|