Misspelled headers
This commit is contained in:
parent
b931f12906
commit
15899528c0
|
@ -51,7 +51,7 @@ def upload(csvPath):
|
|||
except Exception as e:
|
||||
print(e)
|
||||
headers['X-Intent'] = "C"
|
||||
requests.post(serverUrl,data="Concludo, Presidente",heders=headers)
|
||||
requests.post(serverUrl,data="Concludo, Presidente",headers=headers)
|
||||
if not storage.exists("lastUpdate"):
|
||||
vprint("Last database update record has been initialized")
|
||||
storage.save("lastUpdate",0)
|
||||
|
|
Reference in New Issue
Block a user