fix error

This commit is contained in:
Xavier horwood 2022-07-10 23:41:31 +10:00 committed by GitHub
parent 178fc6dfde
commit c810d38572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,7 +225,7 @@ SCHEMA = {
'doi_resolvers': {}, 'doi_resolvers': {},
'security': { 'security': {
'config_page': SettingsValue(bool, True), 'config_page': SettingsValue(bool, True),
} },
} }