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 08dafcf commit 92d17f0Copy full SHA for 92d17f0
src/murfey/instrument_server/__init__.py
@@ -37,7 +37,10 @@ def run():
37
38
ws = murfey.client.websocket.WSApp(
39
server=read_config()["Murfey"].get("server"),
40
+<<<<<<< HEAD
41
id=0,
42
+=======
43
+>>>>>>> 64e4467 (Setup logging to graylog for instrument server via main server)
44
)
45
46
handler = CustomHandler(ws.send)
0 commit comments