remove hs after creation in generate onions
This commit is contained in:
parent
da11c74f6c
commit
57ec04eff5
@ -36,5 +36,6 @@ with Controller.from_port('127.0.0.1', 2778) as controller:
|
||||
await_publication=False,
|
||||
detached=True)
|
||||
print(hs.service_id + ".onion")
|
||||
controller.remove_ephemeral_hidden_service(hs.service_id)
|
||||
|
||||
tor_process.kill()
|
Loading…
Reference in New Issue
Block a user