Skip to content

Commit

Permalink
Merge pull request HelloZeroNet#1938 from tangdou1/patch-2
Browse files Browse the repository at this point in the history
 a bug?
  • Loading branch information
HelloZeroNet authored Mar 27, 2019
2 parents eb88dbb + e333b47 commit c51dfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Site/Site.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def loadSettings(self, settings=None):
self.settings = settings
if "cache" not in settings:
settings["cache"] = {}
if "size_files_optional" not in settings:
if "size_optional" not in settings:
settings["size_optional"] = 0
if "optional_downloaded" not in settings:
settings["optional_downloaded"] = 0
Expand Down

0 comments on commit c51dfe7

Please sign in to comment.