Formatting
This commit is contained in:
parent
3b6b79229f
commit
e102d256b2
1 changed files with 0 additions and 4 deletions
|
@ -143,7 +143,6 @@ class UiRequestPlugin(object):
|
||||||
])
|
])
|
||||||
yield "</table>"
|
yield "</table>"
|
||||||
|
|
||||||
|
|
||||||
if "AnnounceShare" in PluginManager.plugin_manager.plugin_names:
|
if "AnnounceShare" in PluginManager.plugin_manager.plugin_names:
|
||||||
yield "<br><br><b>Shared trackers:</b><br>"
|
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>"
|
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>"
|
yield "</table>"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Tor hidden services
|
# Tor hidden services
|
||||||
yield "<br><br><b>Tor hidden services (status: %s):</b><br>" % main.file_server.tor_manager.status
|
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():
|
for site_address, onion in main.file_server.tor_manager.site_onions.items():
|
||||||
|
|
Loading…
Reference in a new issue