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

Commit

Permalink
oops, that doesn't get run
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenrys committed Mar 28, 2018
1 parent 252b3d5 commit 840a335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Expand Up @@ -167,9 +167,9 @@ def notify(msg):

def exit():
notify("Exiting...")
sys.exit()
if systray: # silent mode only
systray.shutdown()
sys.exit()

parser = argparse.ArgumentParser(prog="csgo_richpresence")
parser.add_argument("-S", "--silent", action="store_true", default=False, help="hide the console window entirely, leaving the program to run in the background (Windows only)")
Expand Down

0 comments on commit 840a335

Please sign in to comment.