added service mode
This commit is contained in:
parent
17ad4e210d
commit
591487d9a7
@ -3,6 +3,7 @@ import time
|
||||
import logging
|
||||
import pandas as pd
|
||||
import numpy as np
|
||||
import signal
|
||||
import requests
|
||||
import json
|
||||
import hashlib
|
||||
@ -111,7 +112,7 @@ def main():
|
||||
runner.start_all_strategies()
|
||||
while True:
|
||||
time.sleep(5)
|
||||
|
||||
|
||||
# Add debug mode switch
|
||||
debug_mode = False
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user