From 1bcec68ba08775b75d6da9d11cbcfb1eda3b109d Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Mon, 31 Jan 2022 10:13:18 +0100 Subject: [PATCH] =?UTF-8?q?fixed=20X-Intent=C3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windowsAgent/source/do.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windowsAgent/source/do.py b/windowsAgent/source/do.py index 2cf1550..090490d 100644 --- a/windowsAgent/source/do.py +++ b/windowsAgent/source/do.py @@ -50,7 +50,7 @@ def upload(csvPath): vprint("r: %s, Content-Range: %s" % (r, headers['Content-Range'])) except Exception as e: print(e) - headers['X-Intent'] ="C" + headers['X-Intent'] = "C" request.post(serverUrl,data="Concludo, Presidente",headers) if not storage.exists("lastUpdate"): vprint("Last database update record has been initialized")