Hidding the bot token and channel id
This commit is contained in:
parent
f349a4abc6
commit
c674467ee4
@ -1,7 +1,5 @@
|
||||
class Config:
|
||||
NOTIFIER_TELEGRAM_CHANNEL_ID_BACKTEST = "-1001569603630"
|
||||
NOTIFIER_TELEGRAM_BOT_API_TOKEN_BACKTEST = "914726826:AAEHl2IH3tjXvAwe_hnTcxKjHmRismua0VE"
|
||||
|
||||
|
||||
BACKTEST_DOWNLOADED_JSON_DATA_FILE_PATH = ""
|
||||
BACKTEST_DATA_CLEANER_YEAR = 2020
|
||||
BACKTEST_DATA_CLEANER_MONTH_INDEX = 9
|
||||
|
@ -1,5 +1,7 @@
|
||||
import requests
|
||||
from user_data.strategies.config import Config
|
||||
import sys
|
||||
sys.path.append('/root/workspace2/execution/')
|
||||
from config import Config
|
||||
|
||||
|
||||
def send_backtest_start_deliminator_message(action, coin, month, year):
|
||||
|
Loading…
Reference in New Issue
Block a user