From e102d256b2584fdf3c716a82d8b8b0d2c0497638 Mon Sep 17 00:00:00 2001 From: shortcutme <tamas@zeronet.io> Date: Wed, 29 Aug 2018 19:58:23 +0200 Subject: [PATCH] Formatting --- plugins/Stats/StatsPlugin.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/Stats/StatsPlugin.py b/plugins/Stats/StatsPlugin.py index 793bf15b..e165bf62 100644 --- a/plugins/Stats/StatsPlugin.py +++ b/plugins/Stats/StatsPlugin.py @@ -143,7 +143,6 @@ class UiRequestPlugin(object): ]) yield "</table>" - if "AnnounceShare" in PluginManager.plugin_manager.plugin_names: yield "<br><br><b>Shared trackers:</b><br>" yield "<table class='trackers'><tr> <th>address</th> <th>added</th> <th>found</th> <th>latency</th> <th>successive errors</th> <th>last_success</th></tr>" @@ -159,9 +158,6 @@ class UiRequestPlugin(object): ]) yield "</table>" - - - # Tor hidden services yield "<br><br><b>Tor hidden services (status: %s):</b><br>" % main.file_server.tor_manager.status for site_address, onion in main.file_server.tor_manager.site_onions.items():