Fix dla exe

This commit is contained in:
Uriziel 2012-06-21 14:08:08 +02:00
parent 77927e3490
commit 950b77bcd7

View File

@ -33,7 +33,7 @@ def get_configuration():
else:
name = args.name
except ConfigParser.NoSectionError:
exit("Host or username not specified")
sys.exit("Host or username not specified")
with open('syncplay.ini', 'wb') as configfile:
try: