mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-05 08:53:57 +03:00
fix: исправил 5хх ошибку при 404 ошибке
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
a08f848d56
commit
1c82ca9bb4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class PlausibleAnalytics:
|
|||
user_agent_parsed = ua_parse(user_agent)
|
||||
|
||||
if HTTPStatus(response.status_code).is_client_error:
|
||||
return
|
||||
return response
|
||||
|
||||
event = {
|
||||
"domain": config['analytics']['domain'],
|
||||
|
|
Loading…
Reference in a new issue