Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebODM/WebODM
/ save_settings
Method
save_settings
coreplugins/tasknotification/plugin.py:79–80 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
77
messages.error(request, f
'An error occured: {e}'
)
78
79
def
save_settings(self):
80
config.save(self.cleaned_data)
81
82
class
Plugin(PluginBase):
83
def
main_menu(self):
Callers
1
index
Method · 0.95
Calls
1
save
Method · 0.45
Tested by
no test coverage detected