mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed unnecessary general conversion
This commit is contained in:
parent
6d34563aa4
commit
a227272816
1 changed files with 1 additions and 5 deletions
|
|
@ -178,11 +178,7 @@ def get_ayon_project_settings(default_values, project_name):
|
|||
|
||||
|
||||
def get_ayon_system_settings():
|
||||
ayon_settings = _AyonSettingsCache.get_value_by_project(None)
|
||||
ayon_settings["general"] = {
|
||||
"version_check_interval": 5
|
||||
}
|
||||
return ayon_settings
|
||||
return _AyonSettingsCache.get_value_by_project(None)
|
||||
|
||||
|
||||
def get_ayon_settings(project_name=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue