mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 15:35:13 -04:00
Always pass in both is_authenticated and supports_v3_onions to OnionStub
This commit is contained in:
parent
1ac013f444
commit
e6e315c632
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ from onionshare_gui.settings_dialog import SettingsDialog
|
|||
|
||||
|
||||
class OnionStub(object):
|
||||
def __init__(self, is_authenticated, supports_v3_onions=False):
|
||||
def __init__(self, is_authenticated, supports_v3_onions):
|
||||
self._is_authenticated = is_authenticated
|
||||
self.supports_v3_onions = supports_v3_onions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue