Skip to content

Commit

Permalink
Temp: output
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 19, 2024
1 parent 14c1a6c commit 2c34298
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,5 +399,6 @@ def main2():
return check_logs(config)

if __name__ == '__main__':
#_exit(main())
main()
result = main()
_exit(result)

0 comments on commit 2c34298

Please sign in to comment.