mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-14 01:46:28 -04:00
Fix TypeError: start_onion_service() takes from 1 to 3 positional arguments but 4 were given
This commit is contained in:
parent
7dcc71c330
commit
17da0fc4dd
@ -33,7 +33,7 @@ class MyOnion:
|
||||
self.scheduled_key = None
|
||||
|
||||
@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"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user