Skip to content

Commit

Permalink
disable log for agent
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Jan 26, 2024
1 parent 1454332 commit 465f258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ def main():


if __name__ == "__main__":
sly.main_wrapper("main", main)
sly.main_wrapper("main", main, log_for_agent=False)

0 comments on commit 465f258

Please sign in to comment.