revert debug test
This commit is contained in:
parent
df17f8751d
commit
c9fa13e458
|
@ -929,7 +929,7 @@ class Interface:
|
||||||
# If the hash we received and the hash of the file are the same,
|
# If the hash we received and the hash of the file are the same,
|
||||||
# then the file is not corrupt
|
# then the file is not corrupt
|
||||||
jid = unicode(file_props['sender'])
|
jid = unicode(file_props['sender'])
|
||||||
if session.file_hash != hash_:
|
if session.file_hash == hash_:
|
||||||
self.popup_ft_result(account, jid, file_props)
|
self.popup_ft_result(account, jid, file_props)
|
||||||
ft_win.set_status(file_props['type'], file_props['sid'], 'ok')
|
ft_win.set_status(file_props['type'], file_props['sid'], 'ok')
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue