commit
c51dfe728f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class Site(object):
|
||||||
self.settings = settings
|
self.settings = settings
|
||||||
if "cache" not in settings:
|
if "cache" not in settings:
|
||||||
settings["cache"] = {}
|
settings["cache"] = {}
|
||||||
if "size_files_optional" not in settings:
|
if "size_optional" not in settings:
|
||||||
settings["size_optional"] = 0
|
settings["size_optional"] = 0
|
||||||
if "optional_downloaded" not in settings:
|
if "optional_downloaded" not in settings:
|
||||||
settings["optional_downloaded"] = 0
|
settings["optional_downloaded"] = 0
|
||||||
|
|
Loading…
Reference in a new issue