Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from uwx/patch-1
Browse files Browse the repository at this point in the history
Fix error when silent mode is not on
  • Loading branch information
Tenrys committed Jun 3, 2018
2 parents a495a12 + 1e8acfa commit 4d93e79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
from http.server import BaseHTTPRequestHandler, HTTPServer
import json

systray = None

want_exit = False
def exit():
print("Exiting...")
Expand Down

0 comments on commit 4d93e79

Please sign in to comment.