diff --git a/plugins/Sidebar/SidebarPlugin.py b/plugins/Sidebar/SidebarPlugin.py index 41cbadc0..49fc5cfc 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, color in extensions: + for extension as color in extensions: if extension == "Total": continue if extension == "Other":