fix old reference to c variable (monkey)

Former-commit-id: 0b9b6413c70d4ba71bbabcd0b22fb004d804958f
This commit is contained in:
christianEQ 2021-03-17 20:22:01 +00:00
parent 4944836478
commit 0436e62b7a

View File

@ -236,7 +236,7 @@ def init_lpush():
for i in range(numclients):
clients.append(Client('127.0.0.1', 6379))
for i in range (10):
handle_lpush_response(c)
handle_lpush_response(clients[-1])
#handle_set_response(clients[-1], None)
scan_client = Client('127.0.0.1', 6379)