init
This commit is contained in:
@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
|
||||
|
||||
if __name__ == "__main__":
|
||||
symbol = 'TRX'
|
||||
cooldown_file = 'coins_buy_'+symbol+'.json'
|
||||
cooldown_file = './resources/coins_buy_'+symbol+'.json'
|
||||
|
||||
MonitorCoin(cooldown_file).run_schedule(symbol)
|
||||
|
||||
Reference in New Issue
Block a user