[modules/shortcut] update to latest API

This commit is contained in:
tobi-wan-kenobi 2020-04-21 20:37:54 +02:00
parent 007b097077
commit 771eaf331e
2 changed files with 20 additions and 22 deletions

View file

@ -64,6 +64,7 @@ def main():
core.event.trigger('stop')
if __name__ == "__main__":
main()
try:
main()
except Exception as e: