From 774240ca739e1cb29d3cc201832a34441f0b3717 Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 2 Jun 2024 16:18:19 +0300 Subject: [PATCH] search-with-images6 --- services/rediscache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/rediscache.py b/services/rediscache.py index 9b7307e6..48c2a4e8 100644 --- a/services/rediscache.py +++ b/services/rediscache.py @@ -25,7 +25,7 @@ class RedisCache: async def execute(self, command, *args, **kwargs): if self._client: try: - logger.debug(f"{command} {args[0]}") # {args} {kwargs}") + logger.debug(f"{command}") # {args[0]}") # {args} {kwargs}") for arg in args: if isinstance(arg, dict): if arg.get("_sa_instance_state"):