Browse Source

更新 'master_cron.py'

rabin 3 years ago
parent
commit
81a646a7d5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      master_cron.py

+ 2 - 0
master_cron.py

@@ -38,6 +38,8 @@ def convert():
         r = redis()
         r = redis()
         c = 'office_file'
         c = 'office_file'
         i = 0
         i = 0
+        # r.ltrim("list2", 0, 1)
+        # n = r.llen(c)
         while 1:
         while 1:
                 file = r.lpop(c)
                 file = r.lpop(c)
                 if file:
                 if file: