More pythonic singleton with module. Apply pylint recommandations

This commit is contained in:
Yax 2022-11-25 19:57:37 +01:00
parent f231ed1cbb
commit b1c64d2cc8
14 changed files with 3557 additions and 684 deletions

View file

@ -6,7 +6,8 @@ db_sqlite_file = db.sqlite
[site]
name = "My blog"
url = http://blog.mydomain.com
proto = https
url = https://blog.mydomain.com
admin_email = admin@mydomain.com
redirect = /redirect
@ -15,7 +16,6 @@ host = 127.0.0.1
port = 8100
[rss]
proto = https
file = comments.xml
[smtp]