Fix dla exe
This commit is contained in:
parent
77927e3490
commit
950b77bcd7
@ -33,7 +33,7 @@ def get_configuration():
|
|||||||
else:
|
else:
|
||||||
name = args.name
|
name = args.name
|
||||||
except ConfigParser.NoSectionError:
|
except ConfigParser.NoSectionError:
|
||||||
exit("Host or username not specified")
|
sys.exit("Host or username not specified")
|
||||||
|
|
||||||
with open('syncplay.ini', 'wb') as configfile:
|
with open('syncplay.ini', 'wb') as configfile:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user