MJ: fix typo

This commit is contained in:
2026-04-26 12:24:10 +03:00
parent 037a84d6bb
commit d20537983e

View File

@@ -282,7 +282,7 @@ def serve_bot():
combined_code.append("})();")
response = make_response("\\n".join(combined_code))
response = make_response("\n".join(combined_code))
response.headers['Content-Type'] = 'application/javascript'
# Prevent caching so updates are instant
response.headers['Cache-Control'] = 'no-cache, no-store, must-revalidate'