Formatting

This commit is contained in:
shortcutme 2018-08-29 19:58:23 +02:00
parent 3b6b79229f
commit e102d256b2
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -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():