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

Oops, I did it again

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2050 b32b6428-25c9-4566-ad07-03861ab6144f
parent 2d1d60ae
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ class WARP10Logger:
def push(self):
global DATA_BUF
print(DATA_BUF)
try:
rsp = self.http.request('POST', self.cfg['url'],headers={'X-Warp10-Token':self.cfg['token']},body=DATA_BUF,retries=2)
except Exception:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment