Fix function name remove_ephemeral_onion_service

This commit is contained in:
Miguel Jacq 2018-02-12 13:17:28 +11:00
parent b13fb41555
commit 575d445de8

View file

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