1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2024-12-22 16:08:09 +00:00

Update inbox.qml

This commit is contained in:
Maboroshy 2017-09-17 11:20:58 +03:00 committed by GitHub
parent b1f69fec92
commit eae149ce68

View file

@ -112,7 +112,6 @@ Script {
} }
script.startDetachedProcess(pyCommand, args) script.startDetachedProcess(pyCommand, args)
script.log(pyCommand + ' ' + args)
script.log('Processing inbox...') script.log('Processing inbox...')
} }