avalon module has lowered key in settings

This commit is contained in:
iLLiCiTiT 2020-12-14 18:34:16 +01:00
parent d95749e099
commit 3ea1c32ae1
4 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ from .. import (
class AvalonModule(PypeModule, ITrayModule, IRestApi):
name = "Avalon"
name = "avalon"
def initialize(self, modules_settings):
# This module is always enabled

View file

@ -387,7 +387,7 @@ class TrayModulesManager(ModulesManager):
"User setting",
"Ftrack",
"muster",
"Avalon",
"avalon",
"Clockify",
"Standalone Publish",
"Logging",

View file

@ -1,5 +1,5 @@
{
"Avalon": {
"avalon": {
"AVALON_MONGO": "",
"AVALON_TIMEOUT": 1000,
"AVALON_THUMBNAIL_ROOT": {

View file

@ -6,7 +6,7 @@
"is_file": true,
"children": [{
"type": "dict",
"key": "Avalon",
"key": "avalon",
"label": "Avalon",
"collapsable": true,
"children": [{