Rev452, Auto hide no peers found info message, Raise error on invalid file location, Test PEX, Test invalid file downloads, Test peer download and ping

This commit is contained in:
HelloZeroNet 2015-09-28 00:22:27 +02:00
parent 3173313ca2
commit 39413b9755
7 changed files with 128 additions and 7 deletions

View file

@ -301,7 +301,7 @@ class UiWebsocket(object):
if len(site.peers) == 0:
if sys.modules["main"].file_server.port_opened:
if notification:
self.cmd("notification", ["info", "No peers found, but your content is ready to access."])
self.cmd("notification", ["info", "No peers found, but your content is ready to access.", 5000])
self.response(to, "ok")
else:
if notification: