comparison frontends/wsgi.py @ 6772:fde9fe504ebd

fix syntax error.
author John Rouillard <rouilj@ieee.org>
date Mon, 11 Jul 2022 13:48:15 -0400
parents d32d43e4a5ba
children 285d9adfefdb
comparison
equal deleted inserted replaced
6771:c574d888dd87 6772:fde9fe504ebd
16 # Roundup tracker instance on startup. See upgrading.txt for 16 # Roundup tracker instance on startup. See upgrading.txt for
17 # more info. 17 # more info.
18 feature_flags = { "cache_tracker": "" } 18 feature_flags = { "cache_tracker": "" }
19 19
20 # Definition signature for app: app(environ, start_response): 20 # Definition signature for app: app(environ, start_response):
21 app = RequestDispatcher(tracker_home= feature_flags=feature_flags) 21 app = RequestDispatcher(tracker_home, feature_flags=feature_flags)

Roundup Issue Tracker: http://roundup-tracker.org/