Skip to content
Snippets Groups Projects
Commit 6911821a authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix a typo

parent e00daf8b
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ class SocksQueue:
if 'type' in streamhost and streamhost['type'] == 'proxy':
fp = None
else:
fd = fingerprint
fp = fingerprint
receiver = Socks5Receiver(self.idlequeue, streamhost, sid,
file_props, fingerprint=fp)
self.add_receiver(account, receiver)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment