Move session file into data folder
This commit is contained in:
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)
|
||||
|
||||
|
Reference in New Issue
Block a user