This commit is contained in:
parent
d5d184ca1c
commit
4f86e26118
|
@ -56,6 +56,7 @@ def start_runner():
|
|||
time.sleep(10)
|
||||
|
||||
thread = threading.Thread(target=start_loop)
|
||||
thread.setDaemon(True)
|
||||
thread.start()
|
||||
|
||||
@app.route('/battle_tick', methods=['POST'])
|
||||
|
|
Loading…
Reference in New Issue