Rev505, FindHashIds also checks in self hashfield, Fix optional file bug when task already finished, Reset peer last hashfield download time when found hashid using findHashIds

This commit is contained in:
HelloZeroNet 2015-10-28 01:28:29 +01:00
parent 5f0266ed8f
commit 9c5fda6ed2
4 changed files with 26 additions and 4 deletions

View file

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