Skip to content

Commit

Permalink
Fehler bei der OS-Abfrage (thx @rookie10)
Browse files Browse the repository at this point in the history
  • Loading branch information
motom001 committed Feb 24, 2022
1 parent 07df70b commit 4052b53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doorpi/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
daemon_args = '--configfile $DOORPI_PATH/conf/doorpi.ini'
doorpi_executable = '/usr/local/bin/doorpi_cli'
log_folder = '%s/log' % doorpi_path

if os.name == 'nt':
elif os.name == 'nt':
usedPlattform = 'windows'
else:
raise Exception('os unknown')
Expand Down

0 comments on commit 4052b53

Please sign in to comment.