This commit is contained in:
Mark Qvist 2023-09-19 00:56:26 +02:00
parent 79eb170030
commit a3f147e2bd

@ -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)