Labsmore / pyuscope

Python machine vision platform
BSD 2-Clause "Simplified" License
80 stars 17 forks source link

web api: way to bind not just local #450

Closed JohnDMcMaster closed 9 months ago

JohnDMcMaster commented 9 months ago
-        self.server = make_server(host='127.0.0.1', port=port, app=app)
+        self.server = make_server(host='0.0.0.0', port=port, app=app)
JohnDMcMaster commented 9 months ago

pushed patch to server that adds two buttons: