diff --git a/plugins/Sidebar/SidebarPlugin.py b/plugins/Sidebar/SidebarPlugin.py index 99339fd0..68360f96 100644 --- a/plugins/Sidebar/SidebarPlugin.py +++ b/plugins/Sidebar/SidebarPlugin.py @@ -171,7 +171,7 @@ class UiWebsocketPlugin(object): size_total = size_other = site.settings["size"] # Bar - for extension as color in extensions: + for extension, color in extensions: if extension == "Total": continue if extension == "Other": diff --git a/src/Config.py b/src/Config.py index e830f397..a785b234 100644 --- a/src/Config.py +++ b/src/Config.py @@ -10,7 +10,7 @@ class Config(object): def __init__(self, argv): self.version = "0.5.6" - self.rev = 2159 + self.rev = 2160 self.argv = argv self.action = None self.config_file = "zeronet.conf"