Skip to content

Commit

Permalink
fix: fix issue with saving agent to file from gui
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfremming committed Nov 12, 2024
1 parent 841961f commit b0e78b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def enable_save():
hover_color=(0, 255, 0),
active_color=(0, 100, 0),
font=font,
callback=lambda: enable_save,
callback=lambda: enable_save(),
)

def enable_training():
Expand Down

0 comments on commit b0e78b7

Please sign in to comment.