init
This commit is contained in:
@@ -155,7 +155,7 @@ class MonitorCoin (Monitor):
|
|||||||
|
|
||||||
while True:
|
while True:
|
||||||
self.monitor_coins()
|
self.monitor_coins()
|
||||||
time.sleep(10)
|
time.sleep(1)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
MonitorCoin(cooldown_file='coins_buy_time_1.json').run_schedule()
|
MonitorCoin(cooldown_file='coins_buy_time_1.json').run_schedule()
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ class MonitorCoin (Monitor):
|
|||||||
|
|
||||||
while True:
|
while True:
|
||||||
self.monitor_coins()
|
self.monitor_coins()
|
||||||
time.sleep(10)
|
time.sleep(1)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
MonitorCoin(cooldown_file='coins_buy_time_2.json').run_schedule()
|
MonitorCoin(cooldown_file='coins_buy_time_2.json').run_schedule()
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ class MonitorCoin (Monitor):
|
|||||||
|
|
||||||
while True:
|
while True:
|
||||||
self.monitor_coins()
|
self.monitor_coins()
|
||||||
time.sleep(10)
|
time.sleep(1)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
MonitorCoin(cooldown_file='coins_buy_time_3.json').run_schedule()
|
MonitorCoin(cooldown_file='coins_buy_time_3.json').run_schedule()
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ class MonitorCoin (Monitor):
|
|||||||
|
|
||||||
while True:
|
while True:
|
||||||
self.monitor_coins()
|
self.monitor_coins()
|
||||||
time.sleep(10)
|
time.sleep(1)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
MonitorCoin(cooldown_file='coins_buy_time_4.json').run_schedule()
|
MonitorCoin(cooldown_file='coins_buy_time_4.json').run_schedule()
|
||||||
|
|||||||
Reference in New Issue
Block a user