[mod] autopep8
This commit is contained in:
parent
ac972dd62a
commit
c95b0d0207
@ -14,8 +14,8 @@ gallery_index_template = templates.get_template("gallery-index.html")
|
||||
page_template = templates.get_template("page.html")
|
||||
|
||||
gm_settings = {
|
||||
"quality" : 75,
|
||||
"auto-orient" : True
|
||||
"quality": 75,
|
||||
"auto-orient": True
|
||||
}
|
||||
|
||||
CACHE_VERSION = 1
|
||||
@ -150,7 +150,7 @@ def main():
|
||||
error(settings.get("title"), "You should specify a title in your main settings.yaml")
|
||||
|
||||
if settings.get("gm_settings"):
|
||||
gm_settings.update( settings.get("gm_settings") )
|
||||
gm_settings.update(settings.get("gm_settings"))
|
||||
|
||||
front_page_galleries_cover = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user