mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-16 15:06:53 +00:00
credentials.py isno longer necessary since only one token is used
This commit is contained in:
parent
e14939c7c1
commit
b7663ae097
@ -1,3 +0,0 @@
|
||||
secrets = {
|
||||
'TELEGRAM_TOKEN': "TELEGRAM BOT TOKEN HERE"
|
||||
}
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user