Jim: typo
This commit is contained in:
parent
e226313777
commit
14c5213a58
|
@ -210,7 +210,6 @@ class SocksQueue:
|
||||||
def get_file_from_sender(self, file_props, account):
|
def get_file_from_sender(self, file_props, account):
|
||||||
if file_props is None:
|
if file_props is None:
|
||||||
return
|
return
|
||||||
file_props['hash']
|
|
||||||
if file_props.has_key('hash') and \
|
if file_props.has_key('hash') and \
|
||||||
self.senders.has_key(file_props['hash']):
|
self.senders.has_key(file_props['hash']):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue