Update SidebarPlugin.py

This commit is contained in:
cclauss 2017-07-16 22:50:03 +02:00 committed by GitHub
parent 8db16a1421
commit 83e372ce47

View file

@ -171,7 +171,7 @@ class UiWebsocketPlugin(object):
size_total = size_other = site.settings["size"] size_total = size_other = site.settings["size"]
# Bar # Bar
for extension, color in extensions: for extension as color in extensions:
if extension == "Total": if extension == "Total":
continue continue
if extension == "Other": if extension == "Other":