Skip to content

Commit dce6d93

Browse files
committed
Sanitised 'session_id' object in log
1 parent af61be2 commit dce6d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/demo_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ def flush_spa_processing(
970970
)
971971
except Exception:
972972
log.error(
973-
f"Unable to find a Murfey session associated with session ID {session_id}"
973+
f"Unable to find a Murfey session associated with session ID {sanitise(str(session_id))}"
974974
)
975975
return
976976

0 commit comments

Comments
 (0)