Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Gabriel Weisse
/
presupuestov1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
pr0nstar
2026-08-18 12:00:00 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
52ea98c7dae3350770c0f06d6688d646b9e112df
52ea98c7
1 parent
63f3f37e
fixes
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
metrics.py
metrics.py
View file @
52ea98c
...
...
@@ -80,7 +80,7 @@ async def get_redis():
if
redis_client
is
not
None
:
try
:
redis_client
.
ping
()
await
redis_client
.
ping
()
return
redis_client
except
:
pass
...
...
Please
register
or
login
to post a comment