We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a69f7e commit 4a9a1adCopy full SHA for 4a9a1ad
main.py
@@ -50,6 +50,7 @@ def filter(self, record: logging.LogRecord) -> bool:
50
for pattern in [
51
"GET /status HTTP", # Stream status polling
52
"GET /transcription/status/", # Transcription status polling
53
+ "GET /static/version.json", # Version check polling
54
]
55
)
56
0 commit comments