From f907fcdf05b58ad2341caf02a0a5b0e45cf2cbf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 17 Apr 2020 16:54:37 +0200 Subject: [PATCH] add hint --- endpoints.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/endpoints.py b/endpoints.py index d21c2ed..0b17171 100644 --- a/endpoints.py +++ b/endpoints.py @@ -7,4 +7,5 @@ class IPEndpoint(FlaskView): def post(self): """Ez kell neked""" - pass \ No newline at end of file + #redis_client.set('currentConsumer', currentconsumer) + pass