Ver Fonte

优化缓存key

zhangdongming há 3 anos atrás
pai
commit
e371b535ff
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Controller/UnicomCombo/UnicomComboController.py

+ 1 - 1
Controller/UnicomCombo/UnicomComboController.py

@@ -150,7 +150,7 @@ class UnicomComboView(View):
         """
         logger = logging.getLogger('info')
         try:
-            flow_key = 'asj:unicom:flow:{}'
+            flow_key = 'ASJ:UNICOM:FLOW:{}'
             now_time = int(time.time())
             today = datetime.datetime.today()
             year = today.year