Commit 14c8a889 authored by nextime's avatar nextime

Fix another typo

parent 0154a1e0
......@@ -1881,8 +1881,8 @@ class domotikaService(service.Service):
continue
res.lastrun=time.time()
res.save()
if res.ikap_force_act > 0:
speechres["action"] = res.force_act
if int(res.ikap_force_act) > 0:
speechres["action"] = int(res.ikap_force_act)
if genutils.isTrue(res.ikapacket) and speechres["action"]:
# XXX Manca gestione local only e ipdest!
# XXX Gestire gli arg! (e lo use arg! per il received)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment