flame: addressing CTX.apps renamed to CTX.flame_apps

This commit is contained in:
Jakub Jezek 2022-01-11 17:29:11 +01:00
parent 896ba23730
commit 66cedb61e9
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
2 changed files with 13 additions and 12 deletions

View file

@ -20,7 +20,7 @@ log = Logger.get_logger(__name__)
class CTX:
# singleton used for passing data between api modules
app_framework = None
apps = []
flame_apps = []
selection = None