Compare commits

..

7 Commits

View File

@@ -16,7 +16,6 @@ class Monitroing:
'status_code': status_code,
'response_time': (end - start).microseconds // 1000,
'method': method,
'environment': 'production',
})
self.executor.submit(send)