mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-09 21:45:43 -05:00
Stop worrying about common.gui.config in settings and update check
This commit is contained in:
parent
1bc516f569
commit
e9e7ddc7a8
3 changed files with 12 additions and 15 deletions
|
|
@ -187,8 +187,8 @@ class Onion(object):
|
|||
|
||||
def connect(
|
||||
self,
|
||||
custom_settings=False,
|
||||
config=False,
|
||||
custom_settings=None,
|
||||
config=None,
|
||||
tor_status_update_func=None,
|
||||
connect_timeout=120,
|
||||
local_only=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue