Browse Source

Missing exe name when using -v option.

tags/0.6.0
ShyPike 15 years ago
parent
commit
30760cb0d4
  1. 1
      SABnzbd.py

1
SABnzbd.py

@ -782,6 +782,7 @@ def main():
autobrowser = None
autorestarted = False
sabnzbd.MY_FULLNAME = sys.argv[0]
sabnzbd.MY_NAME = os.path.basename(sabnzbd.MY_FULLNAME)
fork = False
pause = False
inifile = None

Loading…
Cancel
Save