TEST Nuova Ricerca Globale

This commit is contained in:
Alhaziel01
2020-11-14 19:07:40 +01:00
parent 131e7f55f7
commit e974ab740f
10 changed files with 660 additions and 4 deletions

View File

@@ -135,6 +135,11 @@ def run(item=None):
from platformcode import infoplus
return infoplus.Main(item)
# elif item.channel == "search" and item.action == 'new_search':
# from specials import search
# item.mode = 'all'
# return search.new_search(item)
elif item.channel == "backup":
from platformcode import backup
return getattr(backup, item.action)(item)