search-with-images6
All checks were successful
Deploy on push / deploy (push) Successful in 1m9s

This commit is contained in:
Untone 2024-06-02 16:18:19 +03:00
parent fb2c31a81b
commit 774240ca73

View File

@ -25,7 +25,7 @@ class RedisCache:
async def execute(self, command, *args, **kwargs): async def execute(self, command, *args, **kwargs):
if self._client: if self._client:
try: try:
logger.debug(f"{command} {args[0]}") # {args} {kwargs}") logger.debug(f"{command}") # {args[0]}") # {args} {kwargs}")
for arg in args: for arg in args:
if isinstance(arg, dict): if isinstance(arg, dict):
if arg.get("_sa_instance_state"): if arg.get("_sa_instance_state"):