up
This commit is contained in:
		@@ -63,7 +63,6 @@ queue_name -> {
 | 
			
		||||
async def is_task_already_done_or_exist(redis: RedisClient, link: str):
 | 
			
		||||
    messages = await redis.get_task_done_queue()
 | 
			
		||||
    temp = [json.loads(msg) for msg in messages]
 | 
			
		||||
    print(temp)
 | 
			
		||||
    tasks = [
 | 
			
		||||
        msg for msg in temp
 | 
			
		||||
        if msg["link"] == link
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user