Skip to content

Commit

Permalink
disable duplicated logging
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Jan 6, 2024
1 parent 7c28150 commit 119eee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion annotation-tool/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,4 +464,4 @@ def main():


if __name__ == "__main__":
sly.main_wrapper("main", main)
sly.main_wrapper("main", main, log_for_agent=False)
2 changes: 1 addition & 1 deletion project-dataset/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,4 +485,4 @@ def main():

# @TODO: progress bar пропал после обновления страницы и снова появилась кнопка
if __name__ == "__main__":
sly.main_wrapper("main", main)
sly.main_wrapper("main", main, log_for_agent=False)

0 comments on commit 119eee0

Please sign in to comment.