Update telethon_and_quart

This commit is contained in:
rotem443 2019-06-19 01:05:01 +03:00 committed by GitHub
parent 29871ac33f
commit 13935cc468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = []