mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 04:30:22 +03:00
Update telethon_and_quart
This commit is contained in:
parent
29871ac33f
commit
13935cc468
|
@ -5,14 +5,11 @@ import json
|
|||
|
||||
loop = asyncio.get_event_loop()
|
||||
app = Quart(__name__)
|
||||
#
|
||||
# TELEGREM_TOKEN = "complete me"
|
||||
# API_ID = 0 # complete me
|
||||
# API_HASH = 'complete me'
|
||||
|
||||
TELEGREM_TOKEN = "814032872:AAFqS3-RyK4ECdzPBRhW1_2nsrmt5Al4UtA"
|
||||
API_ID = 669543
|
||||
API_HASH = 'ff524b09e88b6c657c6f524697458ff1'
|
||||
TELEGREM_TOKEN = "complete me"
|
||||
API_ID = 0 # complete me
|
||||
API_HASH = 'complete me'
|
||||
|
||||
messages_list = []
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user