Skip to content

Commit

Permalink
Update demond.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc committed Oct 30, 2021
1 parent 9ec58bb commit 502260d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/demond/demond.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ def shutdown():
jeedom_utils.write_pid(str(_pidfile))
jeedom_socket = jeedom_socket(port=_socket_port,address=_socket_host)
listen()
except Exception,e:
except Exception as e:
logging.error('Fatal error : '+str(e))
shutdown()

0 comments on commit 502260d

Please sign in to comment.