mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +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 credentials
|
||||||
import tickerInfo
|
import tickerInfo
|
||||||
|
|
||||||
TOKEN = credentials.secrets['TELEGRAM_TOKEN']
|
TOKEN = "TELEGRAM BOT TOKEN HERE"
|
||||||
|
|
||||||
# Enable logging
|
# Enable logging
|
||||||
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user