Update system_api.py

pull/109/head
midoks 5 years ago
parent f208066bd1
commit fa1fedeac0
  1. 2
      class/core/system_api.py

@ -103,7 +103,7 @@ class system_api:
@async
def restartMw(self):
sleep(1)
sleep(0.3)
cmd = mw.getRunDir() + '/scripts/init.d/mw restart'
# print cmd
mw.execShell(cmd)

Loading…
Cancel
Save