mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 03:29:24 +00:00
fix empty reply
This commit is contained in:
@@ -71,7 +71,7 @@ class RedisArchivist(RedisBase):
|
||||
"""list all matches"""
|
||||
all_matches = self.list_keys(query)
|
||||
if not all_matches:
|
||||
return False
|
||||
return []
|
||||
|
||||
return [self.get_message(i) for i in all_matches]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user