add state
This commit is contained in:
3
bot.py
3
bot.py
@@ -11,6 +11,8 @@ import time
|
||||
import socket
|
||||
import json
|
||||
|
||||
from state import StateManager
|
||||
|
||||
# ~~~~~============== CONFIGURATION ==============~~~~~
|
||||
# Replace "REPLACEME" with your team name!
|
||||
team_name = "HanyangFloorFunction"
|
||||
@@ -29,6 +31,7 @@ team_name = "HanyangFloorFunction"
|
||||
|
||||
def main():
|
||||
args = parse_arguments()
|
||||
state = StateManager()
|
||||
|
||||
exchange = ExchangeConnection(args=args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user