Skip to content

Commit 4052b53

Browse files
committed
Fehler bei der OS-Abfrage (thx @rookie10)
1 parent 07df70b commit 4052b53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doorpi/metadata.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
daemon_args = '--configfile $DOORPI_PATH/conf/doorpi.ini'
7676
doorpi_executable = '/usr/local/bin/doorpi_cli'
7777
log_folder = '%s/log' % doorpi_path
78-
79-
if os.name == 'nt':
78+
elif os.name == 'nt':
8079
usedPlattform = 'windows'
8180
else:
8281
raise Exception('os unknown')

0 commit comments

Comments
 (0)