Rev465, Display memory dump only in debug mode, Use sys.exit in trayicon, Optional files hashing, List function in SiteStorage, Test signing content, Test sign optional files, Test site storage

This commit is contained in:
HelloZeroNet 2015-09-28 22:07:26 +02:00
parent 39413b9755
commit a7d8d488da
9 changed files with 216 additions and 107 deletions

View file

@ -63,9 +63,9 @@ class ActionsPlugin(object):
def quit(self):
self.icon.die()
time.sleep(0.1)
self.main.ui_server.stop()
self.main.file_server.stop()
# sys.exit()
sys.exit()
#self.main.ui_server.stop()
#self.main.file_server.stop()
def opensite(self, url):
import webbrowser