mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-15 10:26:41 -04:00
Fix function name remove_ephemeral_onion_service
This commit is contained in:
parent
b13fb41555
commit
575d445de8
@ -489,7 +489,7 @@ class Onion(object):
|
||||
onions = self.c.list_ephemeral_hidden_services()
|
||||
for onion in onions:
|
||||
try:
|
||||
self.c.delete_ephemeral_hidden_service(service_id)
|
||||
self.c.remove_ephemeral_hidden_service(service_id)
|
||||
except:
|
||||
pass
|
||||
except:
|
||||
|
Loading…
x
Reference in New Issue
Block a user