Add direct connection feature and multithreading to events
Add direct connection feature and multithreading to events
This commit is contained in:
parent
1a02124122
commit
c3d86eafa1
6 changed files with 306 additions and 14 deletions
|
|
@ -421,3 +421,6 @@ class OnionrUtils:
|
|||
return False
|
||||
except:
|
||||
return False
|
||||
|
||||
def token(self, size = 32):
|
||||
return binascii.hexlify(os.urandom(size))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue