1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Totally not copypasted part 2

This commit is contained in:
Steffo 2016-08-13 14:24:17 +02:00
parent e6f7c09a0b
commit 1f16ecf0c8

View file

@ -4,7 +4,7 @@ import functools
loop = asyncio.get_event_loop()
# Load Telegram API key from the telegramtoken.txt file
file = open("telegram.txt", "r")
file = open("telegramtoken.txt", "r")
token = file.read()
file.close()