This commit is contained in:
2019-02-10 21:12:00 -08:00
parent ccde19ff7e
commit f2c6d2a490
2 changed files with 2 additions and 1 deletions

2
pub.py
View File

@@ -88,7 +88,7 @@ def make_bench():
for i in range(1, num_imgs+1):
make_bench_view(i,
'#' if (prev_pg == 0) else str(i-1) + '.html',
'#' if (i-1 == 0) else str(i-1) + '.html',
'#' if (i+1 > num_imgs) else str(i+1) + '.html')