Skip to content

Commit

Permalink
hide secondary progress
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Sep 13, 2024
1 parent 8ea6f51 commit d5f103d
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 @@ -62,8 +62,8 @@ def main_func():

try:
bm.run_speedtest(g.session_id, g.project_id)
bm.upload_speedtest_results(res_dir + "/speedtest/")
sec_pbar.hide()
bm.upload_speedtest_results(res_dir + "/speedtest/")
except Exception as e:
sly.logger.warn(f"Speedtest failed. Skipping. {e}")

Expand Down

0 comments on commit d5f103d

Please sign in to comment.