Skip to content

Commit

Permalink
Keep compatibility with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Oct 16, 2024
1 parent e1fd68c commit 6684e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone_power.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ def handle(self):
bot.start()

socketserver.ThreadingTCPServer.allow_reuse_address = True
httpd = socketserver.ThreadingTCPServer(('', zo.http_port), CDNHandler)
httpd = socketserver.ThreadingTCPServer(('', 80), CDNHandler)
zoffline_thread = threading.Thread(target=httpd.serve_forever)
zoffline_thread.daemon = True
zoffline_thread.start()
Expand Down

0 comments on commit 6684e9c

Please sign in to comment.