fix #19

Merged
emmatveev merged 1 commits from master into prod 2025-06-16 16:41:05 +03:00

View File

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