Always pass in both is_authenticated and supports_v3_onions to OnionStub

This commit is contained in:
Micah Lee 2018-12-13 21:15:18 -08:00
parent 1ac013f444
commit e6e315c632
2 changed files with 2 additions and 2 deletions

View file

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