소스 검색

优化缓存key

zhangdongming 3 년 전
부모
커밋
e371b535ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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