remove duplicate line
This commit is contained in:
parent
5c61b2de72
commit
11d3316af2
1 changed files with 0 additions and 1 deletions
|
@ -806,7 +806,6 @@ class Connection:
|
||||||
raise common.xmpp.NodeProcessed
|
raise common.xmpp.NodeProcessed
|
||||||
|
|
||||||
def _get_sha(self, sid, initiator, target):
|
def _get_sha(self, sid, initiator, target):
|
||||||
import sha
|
|
||||||
return sha.new("%s%s%s" % (sid, initiator, target)).hexdigest()
|
return sha.new("%s%s%s" % (sid, initiator, target)).hexdigest()
|
||||||
|
|
||||||
def result_socks5_sid(self, sid, hash_id):
|
def result_socks5_sid(self, sid, hash_id):
|
||||||
|
|
Loading…
Add table
Reference in a new issue