Move session file into data folder
This commit is contained in:
parent
069d759686
commit
011f571b8b
0
data/.gitkeep
Normal file
0
data/.gitkeep
Normal file
|
@ -8,7 +8,7 @@ from telethon import TelegramClient, events
|
|||
|
||||
TANNER = 79316791
|
||||
|
||||
bot = TelegramClient('bot', settings.API_ID, settings.API_HASH).start(bot_token=settings.API_TOKEN)
|
||||
bot = TelegramClient('data/bot', settings.API_ID, settings.API_HASH).start(bot_token=settings.API_TOKEN)
|
||||
routes = web.RouteTableDef()
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user