Fix function name remove_ephemeral_onion_service

This commit is contained in:
Miguel Jacq 2018-02-12 13:17:28 +11:00
parent 39954c6ee8
commit 145293d3cc
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

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