Skip to content

Commit 9350d95

Browse files
committed
added comment
1 parent 08e9960 commit 9350d95

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

localhost-vao-recorder.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
app.secret_key = __name__
1111

12+
# Troubleshooting:
13+
# https://stackoverflow.com/questions/62705271/connect-to-flask-server-from-other-devices-on-same-network
14+
1215
# ! Workaround: Global variable because it is not JSON serializable and can't
1316
# ! be stored in Flask.session.
1417
recorder = Recorder(Config.from_yaml(), setup_name=False)

0 commit comments

Comments
 (0)