Browse Source

优化缓存key

zhangdongming 3 năm trước cách đây
mục cha
commit
e371b535ff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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