remove duplicate line
This commit is contained in:
parent
5c61b2de72
commit
11d3316af2
|
@ -806,7 +806,6 @@ class Connection:
|
|||
raise common.xmpp.NodeProcessed
|
||||
|
||||
def _get_sha(self, sid, initiator, target):
|
||||
import sha
|
||||
return sha.new("%s%s%s" % (sid, initiator, target)).hexdigest()
|
||||
|
||||
def result_socks5_sid(self, sid, hash_id):
|
||||
|
|
Loading…
Reference in New Issue