mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
merge from develop and fix conflicts, update poetry
This commit is contained in:
commit
80cc1f43e8
96 changed files with 3838 additions and 2291 deletions
|
@ -55,6 +55,8 @@ class ModeSettings:
|
|||
"receive": {
|
||||
"data_dir": self.build_default_receive_data_dir(),
|
||||
"webhook_url": None,
|
||||
"disable_text": False,
|
||||
"disable_files": False,
|
||||
},
|
||||
"website": {"disable_csp": False, "filenames": []},
|
||||
"chat": {"room": "default"},
|
||||
|
@ -128,7 +130,7 @@ class ModeSettings:
|
|||
self.fill_in_defaults()
|
||||
self.common.log("ModeSettings", "load", f"loaded {self.filename}")
|
||||
return
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
# If loading settings didn't work, create the settings file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue