Skip to content

Commit

Permalink
Remove extraneous files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwohlbruck committed Apr 20, 2020
1 parent 1d6723d commit 7cf65a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 162 deletions.
Binary file removed main.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ def run_systray_icon():

if __name__ == '__main__':
Scheduler.start()
ui = threading.Thread(target = open_ui)
ui.start()
# run_systray_icon()
# ui = threading.Thread(target = open_ui)
# ui.start()
run_systray_icon()
159 changes: 0 additions & 159 deletions web/eel.js

This file was deleted.

0 comments on commit 7cf65a3

Please sign in to comment.