We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4463d30 commit 0b5b7f0Copy full SHA for 0b5b7f0
frontends/wsgi.py
@@ -18,4 +18,4 @@
18
feature_flags = { "cache_tracker": "" }
19
20
# Definition signature for app: app(environ, start_response):
21
-app = RequestDispatcher(tracker_home= feature_flags=feature_flags)
+app = RequestDispatcher(tracker_home, feature_flags=feature_flags)
0 commit comments