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