Browse Source

to 10 per page

ming 3 years ago
parent
commit
1e7e56f91a
3 changed files with 440 additions and 1120 deletions
  1. 2 2
      dateHTMLsrc/makeHTML.py
  2. 219 559
      dateHTMLsrc/mix.html
  3. 219 559
      index2.html

+ 2 - 2
dateHTMLsrc/makeHTML.py

@@ -50,8 +50,8 @@ with open('youtubeReport.csv', newline='',encoding='UTF-8') as csvfile:
 
 
         ytlines.append('</tr>')
         ytlines.append('</tr>')
 
 
-numPerPage=15*8
-numPerPageY=15*9
+numPerPage=10*8
+numPerPageY=10*9
 current_idx = 0
 current_idx = 0
 path = 'mix.html'
 path = 'mix.html'
 f = open(path, 'w',encoding='UTF-8')
 f = open(path, 'w',encoding='UTF-8')

File diff suppressed because it is too large
+ 219 - 559
dateHTMLsrc/mix.html


File diff suppressed because it is too large
+ 219 - 559
index2.html


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