GerryDazoo / Slinger

Reuse SlingBox hardware without SlingBox Servers
170 stars 34 forks source link

fix exception if running on port 80 #653

Open garabik opened 1 month ago

garabik commented 1 month ago

There are some good reasons against slinbox_server.py listening on port 80, but if we do, the port is not included in the Host header and we get an exception. This fixes the issue.