Indentation

This commit is contained in:
Peter Šurda 2017-03-02 15:02:51 +01:00
parent ab39541ef5
commit 405a06c08a
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ class PendingUpload(object):
self.hashes[objectHash]['sendCount'] += 1
self.hashes[objectHash]['peers'].remove(current_thread().peer)
except KeyError:
pass
pass
self.clearHashes(objectHash)
def stop(self):