Skip to content

Commit

Permalink
update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Drucial committed May 26, 2024
1 parent 498c373 commit ddc2de9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Binary file removed assets/images/icon_1.png
Binary file not shown.
Binary file removed assets/images/icon_1.webp
Binary file not shown.
Binary file removed assets/images/icon_2.webp
Binary file not shown.
Empty file modified scripts/set_folder_icon.sh
100644 → 100755
Empty file.
7 changes: 5 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,8 @@ def check_pid(pid):


if __name__ == "__main__":
logging.info("Executing main.py")
main()
try:
main()
except Exception as e:
logging.error(f"Unhandled exception: {e}")
raise

0 comments on commit ddc2de9

Please sign in to comment.