X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8495246162e34c6213633cfdc9a784c636bf75ca..967eed676fc83d15b26149047f353ac61faa8217:/src/catalogue/constants.py diff --git a/src/catalogue/constants.py b/src/catalogue/constants.py index 60cecebe5..1a655f428 100644 --- a/src/catalogue/constants.py +++ b/src/catalogue/constants.py @@ -17,7 +17,8 @@ LICENSES = { LICENSES['http://creativecommons.org/licenses/by-sa/3.0/deed.pl'] = \ LICENSES['http://creativecommons.org/licenses/by-sa/3.0/'] -for license, data in LICENSES.items(): + +for license, data in list(LICENSES.items()): LICENSES[license.replace('http://', 'https://')] = data # Those will be generated only for books with own HTML.