Compare commits

..

No commits in common. "f3be39f9d100997527392a290999374c0b7e0c79" and "9c87cde5662a46124210aa76e39810f33fc4c41b" have entirely different histories.

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)