mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-09 07:36:13 -04:00
Fix TypeError: start_onion_service() takes from 1 to 3 positional arguments but 4 were given
This commit is contained in:
parent
28bc37d16f
commit
a51fd596fe
@ -33,7 +33,7 @@ class MyOnion:
|
|||||||
self.scheduled_key = None
|
self.scheduled_key = None
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def start_onion_service(self, await_publication=True, save_scheduled_key=False):
|
def start_onion_service(self, mode_settings_obj, await_publication=True, save_scheduled_key=False):
|
||||||
return "test_service_id.onion"
|
return "test_service_id.onion"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user