diff --git a/app.py b/app.py index 9f6b722..9ee90bc 100755 --- a/app.py +++ b/app.py @@ -211,7 +211,7 @@ def library_item(item_id): """ try: - with open('../blob.dokk.org/pdf_to_text/' + item_id + '.txt', 'r') as file: + with open(f'../library_txt/{item_id}.txt', 'r') as file: item_plaintext = file.read() except: item_plaintext = ''