mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-23 05:54:15 -04:00
Fix function name remove_ephemeral_onion_service
This commit is contained in:
parent
39954c6ee8
commit
145293d3cc
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ class Onion(object):
|
||||||
onions = self.c.list_ephemeral_hidden_services()
|
onions = self.c.list_ephemeral_hidden_services()
|
||||||
for onion in onions:
|
for onion in onions:
|
||||||
try:
|
try:
|
||||||
self.c.delete_ephemeral_hidden_service(service_id)
|
self.c.remove_ephemeral_hidden_service(service_id)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue