Merge pull request 'fix' (#19) from master into prod

Reviewed-on: https://gitea.chocomarsh.com/self/configurator/pulls/19
This commit is contained in:
emmatveev 2025-06-16 16:41:04 +03:00
commit f3be39f9d1

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)