Rev396, Cleanup gevent event after connecting finished, Autofocus on notification input/button, Missing file size info error fix

This commit is contained in:
HelloZeroNet 2015-09-13 12:52:11 +02:00
parent fa37f58982
commit 5c72030373
5 changed files with 21 additions and 8 deletions

View file

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