Minor update regarding to the last commit

This commit is contained in:
Miroslav Stampar
2016-10-15 00:54:32 +02:00
parent 75c9f91f11
commit b1175017f9
3 changed files with 5 additions and 3 deletions

View File

@@ -96,6 +96,8 @@ class HashDB(object):
else:
break
time.sleep(1)
if unserialize:
try:
retVal = unserializeObject(retVal)