mirror of
https://github.com/markqvist/rnsh.git
synced 2025-06-23 13:34:18 -04:00
Cleanup
This commit is contained in:
parent
79eb170030
commit
a3f147e2bd
1 changed files with 0 additions and 1 deletions
|
@ -191,7 +191,6 @@ async def listen(configdir, command, identitypath=None, service_name=None, verbo
|
|||
def link_established(lnk: RNS.Link):
|
||||
_reload_allowed_file()
|
||||
session.ListenerSession.allowed_file_identity_hashes = _allowed_file_identity_hashes
|
||||
print(str(_allowed_file_identity_hashes))
|
||||
session.ListenerSession(session.RNSOutlet.get_outlet(lnk), lnk.get_channel(), loop)
|
||||
_destination.set_link_established_callback(link_established)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue