handling request based on connection

This commit is contained in:
2023-03-16 16:08:45 +08:00
parent 082864814b
commit 1072d4e2b0
9 changed files with 34 additions and 14 deletions

View File

@@ -37,6 +37,8 @@ if __name__ == '__main__':
from controller_db import ControllerDB
controller_db = ControllerDB(args.exp, reset_flag=args.reset)
# controller_db.reset_db()
# force drop
controller_db.reset_db(force_drop=True)
controller_db.prepare_list_sample()