Browse Source

fix: load of thread option

master^2
dnomd343 2 years ago
parent
commit
a6f4a6d8ea
  1. 1
      main.py

1
main.py

@ -58,6 +58,7 @@ else:
Constant.ApiPort = mainArgs.port
Constant.ApiPath = mainArgs.path
Constant.ApiToken = mainArgs.token
Constant.CheckThread = mainArgs.thread
from Tester import testEntry

Loading…
Cancel
Save