Rev2160, Fix sidebar typo
This commit is contained in:
parent
56c9ac8e46
commit
961fcbf660
2 changed files with 2 additions and 2 deletions
|
@ -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":
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue