Skip to content

Commit

Permalink
Fix local log details
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Dec 27, 2023
1 parent 56bd573 commit e9af8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get_value(a, key):
os._exit(1)
else:
log.info("pyPowerwall Proxy Server - Local Mode")
log.info("Connected to Energy Gateway %s (%s)" % (host, pw.site_name))
log.info("Connected to Energy Gateway %s (%s)" % (host, pw.site_name()))

class ThreadingHTTPServer(ThreadingMixIn, HTTPServer):
daemon_threads = True
Expand Down

0 comments on commit e9af8cf

Please sign in to comment.