瀏覽代碼

fix error page num

ming 3 年之前
父節點
當前提交
d374c14f7b
共有 3 個文件被更改,包括 830 次插入1034 次删除
  1. 4 4
      dateHTMLsrc/makeHTML.py
  2. 411 513
      dateHTMLsrc/mix.html
  3. 415 517
      index2.html

+ 4 - 4
dateHTMLsrc/makeHTML.py

@@ -52,12 +52,12 @@ with open('youtubeReport.csv', newline='',encoding='UTF-8') as csvfile:
 
         ytlines.append('</tr>')
 
-numPerPage=22*8
-numPerPageY=22*10
+numPerPage=20*8
+numPerPageY=20*10
 current_idx = 0
 path = 'mix.html'
 f = open(path, 'w',encoding='UTF-8')
-for i in range(50):
+for i in range(60):
 
   for l in  lines1:
     f.write(l+'\n')
@@ -75,7 +75,7 @@ for i in range(50):
 
   for l in  lines3:
     f.write(l+'\n')
-  f.write(str(i+5))
+  f.write(str(i+6))
   for l in  lines4:
     f.write(l+'\n')
 f.close()

File diff suppressed because it is too large
+ 411 - 513
dateHTMLsrc/mix.html


File diff suppressed because it is too large
+ 415 - 517
index2.html


Some files were not shown because too many files changed in this diff