mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
FIX #124 no3: Convert forgotten attr-access-->dict-access.
This commit is contained in:
parent
7229347bb1
commit
74e75f0472
@ -154,7 +154,7 @@ def paste_app_factory(global_config, **local_conf):
|
||||
upd_conf_with_bool_item(c, 'redirect_to_fallback', local_conf)
|
||||
upd_conf_with_bool_item(c, 'overwrite', local_conf)
|
||||
|
||||
return app(**vars(c))
|
||||
return app(**c)
|
||||
|
||||
def _logwrite(logger, level, msg):
|
||||
if msg:
|
||||
|
Loading…
Reference in New Issue
Block a user