Rev2160, Fix sidebar typo

This commit is contained in:
shortcutme 2017-07-18 22:39:48 +02:00
parent 56c9ac8e46
commit 961fcbf660
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 2 additions and 2 deletions

View file

@ -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":

View file

@ -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"