Skip to content
Snippets Groups Projects
Commit e87ba391 authored by jkerdreu's avatar jkerdreu
Browse files

Fix import error


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2858 b32b6428-25c9-4566-ad07-03861ab6144f
parent c5c6601d
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from re import I
import socketio
import time
from xaal.lib import Device,tools
from xaal.lib.asyncio import Engine
from xaal.lib import AsyncEngine as Engine
import logging
......@@ -58,8 +58,8 @@ def fall_detected(*args):
print(args)
def alarms_detected(ff):
#print(args)
import pdb;pdb.set_trace()
print(ff)
#import pdb;pdb.set_trace()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment