renyupeng 3 年之前
父节点
当前提交
2ba624269d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Apietl/utlis/Utils.py

+ 1 - 1
Apietl/utlis/Utils.py

@@ -54,8 +54,8 @@ class Utils:
         while startday < endday:
             ll.append(str(startday))
             startday += day
-        print('----',ll)
         lt = ll.index(yesterday)
+        print(lt)
         return lt