Browse Source

fix error page num

ming 3 years ago
parent
commit
d374c14f7b
3 changed files with 830 additions and 1034 deletions
  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