aboutsummaryrefslogtreecommitdiffstats
path: root/web/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'web/utils.py')
-rw-r--r--web/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/utils.py b/web/utils.py
index 8c7a33e..bb9a4fe 100644
--- a/web/utils.py
+++ b/web/utils.py
@@ -3,7 +3,6 @@ import sys
def gen_html(book, page_number):
- book = "../Villiers_de_L'Isle-Adam_-_Tribulat_Bonhomet,_1908.djvu"
d = parse_book(book, page=int(page_number), html=True)
if d[0]:
words, coords = zip(*d[0])