diff --git a/credentials.py b/credentials.py deleted file mode 100644 index 47a19e4..0000000 --- a/credentials.py +++ /dev/null @@ -1,3 +0,0 @@ -secrets = { - 'TELEGRAM_TOKEN': "TELEGRAM BOT TOKEN HERE" -} diff --git a/stockBot.py b/stockBot.py index 7ef589a..0db6711 100644 --- a/stockBot.py +++ b/stockBot.py @@ -10,7 +10,7 @@ from telegram.ext import CommandHandler, Filters, MessageHandler, Updater import credentials import tickerInfo -TOKEN = credentials.secrets['TELEGRAM_TOKEN'] +TOKEN = "TELEGRAM BOT TOKEN HERE" # Enable logging logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',