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

Fix, old xAAL call flow

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1844 b32b6428-25c9-4566-ad07-03861ab6144f
parent d064e5e3
No related branches found
No related tags found
No related merge requests found
......@@ -86,15 +86,11 @@ class InfluxDBLogger:
done = True
retry+=1
# continue xAAL flow
self.eng.handle_request(msg)
def run():
eng = Engine()
log = InfluxDBLogger(eng)
eng.run()
def main():
try:
run()
......
......@@ -35,8 +35,6 @@ class WARP10Logger:
value = msg.body[k]
code = code +"// %s%s %s\n" % (name,tags,value)
rsp = self.http.request('POST', self.cfg['url'],headers={'X-Warp10-Token':self.cfg['token']},body=code)
# continue xAAL flow
self.eng.handle_request(msg)
def run():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment