Merge remote-tracking branch 'origin/master'

This commit is contained in:
marco
2020-11-08 11:35:20 +01:00
7 changed files with 71 additions and 50 deletions
+4
View File
@@ -139,6 +139,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)