We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec4086 commit 1af31b4Copy full SHA for 1af31b4
src/labthings/wsgi.py
@@ -94,10 +94,10 @@ def stop(self):
94
def start(self):
95
"""Start the server and register mDNS records"""
96
# Unmodified version of app
97
- app_to_run = self.app_register_zeroconf
+ app_to_run = self.app
98
# Handle zeroconf
99
if self.zeroconf:
100
- self.register_zeroconf()
+ self._register_zeroconf()
101
102
# Handle debug mode
103
if self.debug:
0 commit comments