Fix Installazione Elementum

This commit is contained in:
Alhaziel01
2020-11-07 18:10:59 +01:00
parent da471c5f6e
commit d90062f6d3
2 changed files with 12 additions and 2 deletions
+4
View File
@@ -129,6 +129,10 @@ def run(item=None):
from platformcode import backup
return getattr(backup, item.action)(item)
elif item.channel == "elementum_download":
from platformcode import elementum_download
return getattr(elementum_download, item.action)(item)
elif item.channel == "shortcuts":
from platformcode import shortcuts
return getattr(shortcuts, item.action)(item)