reorder
This commit is contained in:
parent
29199828ac
commit
a61d6450da
1 changed files with 1 additions and 1 deletions
|
@ -41,8 +41,8 @@ class Engine:
|
|||
else:
|
||||
self.state = {
|
||||
'channels': {
|
||||
'userKeywords': {'locked': False, 'value': 7},
|
||||
'globalKeywords': {'locked': False, 'value': 7},
|
||||
'userKeywords': {'locked': False, 'value': 7},
|
||||
'screenings': {'locked': True, 'value': 2}
|
||||
},
|
||||
'keywords': {},
|
||||
|
|
Loading…
Reference in a new issue