Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed Apr 4, 2024
1 parent ce2a003 commit 3727ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def process_simulation(data):
try:
#config = load_config()
config = data
config['scenario'] = data
config['scenario'] = data.copy()
config['environment'] = "configs/largev2.tmj"
notify_discord(f"starting simulation: #{config}")
matrix = Matrix(config)
Expand Down

0 comments on commit 3727ef3

Please sign in to comment.