Rev409, Delete files removed from content.json, Start download user files right after content.json downloaded, New API command: fileDelete, Better notification input auto focus

This commit is contained in:
HelloZeroNet 2015-09-16 00:01:23 +02:00
parent 8f63e4c421
commit 917393c022
8 changed files with 90 additions and 43 deletions

View file

@ -8,7 +8,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.3.2"
self.rev = 399
self.rev = 409
self.argv = argv
self.action = None
self.createParser()