ソースを参照

First Demo

master
mahmood19227 1年前
コミット
40efd23888
2個のファイルの変更3行の追加946行の削除
  1. +1
    -944
      redisContent.json
  2. +2
    -2
      simulatorManager.py

+ 1
- 944
redisContent.json
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 2
- 2
simulatorManager.py ファイルの表示

@@ -34,9 +34,9 @@ if __name__=='__main__':
process_exists = True
break
if not process_exists:
subprocess.Popen(['./SimulationCore2', simulation_id], cwd=work_dir)
subprocess.Popen(['./SimulationCore2', redis_address,str(redis_port),redis_password,simulation_id,str(log_level)], cwd=work_dir)

time.sleep(1)
time.sleep(5)





読み込み中…
キャンセル
保存