We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e9960 commit 9350d95Copy full SHA for 9350d95
1 file changed
localhost-vao-recorder.py
@@ -9,6 +9,9 @@
9
10
app.secret_key = __name__
11
12
+# Troubleshooting:
13
+# https://stackoverflow.com/questions/62705271/connect-to-flask-server-from-other-devices-on-same-network
14
+
15
# ! Workaround: Global variable because it is not JSON serializable and can't
16
# ! be stored in Flask.session.
17
recorder = Recorder(Config.from_yaml(), setup_name=False)
0 commit comments