This commit is contained in:
@@ -8,7 +8,6 @@ from flask_classful import FlaskView
|
||||
class ConsumersView(FlaskView):
|
||||
|
||||
def get(self):
|
||||
|
||||
keys = redis_client.keys('consumer_*')
|
||||
|
||||
list_of_customer_ips = []
|
||||
|
||||
Reference in New Issue
Block a user