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