[modules/cmus] Update to latest API

This commit is contained in:
tobi-wan-kenobi 2020-04-28 20:25:28 +02:00
parent a943e65ed7
commit 32444ed49f
3 changed files with 25 additions and 21 deletions

View file

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