misc fixes

This commit is contained in:
2019-09-06 08:59:39 -04:00
parent e4a2e59c22
commit 7a4c814408
4 changed files with 28 additions and 9 deletions

View File

@@ -55,6 +55,9 @@ class Web:
"time": str(datetime.utcnow()),
"fields": {
"status_code": r.status_code
}
},
"tags": {
"ok": r.status_code == 200
},
}])
return r