forgot return %)

MAX31855-EH
Sebastian Steuer 2013-11-24 16:12:45 +01:00
rodzic a825222790
commit 4408473536
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -36,6 +36,7 @@ def get_websocket_from_request():
wsock = env.get('wsgi.websocket')
if not wsock:
abort(400, 'Expected WebSocket request.')
return wsock
@app.route('/control')
def handle_control():