Remove debug

merge-requests/30/head
Bob Mottram 2023-12-31 16:34:57 +00:00
parent f7df799015
commit 23dd24960b
1 changed files with 0 additions and 1 deletions

View File

@ -249,7 +249,6 @@ def _add_book_to_reader(reader_books_json: {}, book_dict: {}) -> bool:
post_days_since_epoch = days_diff.days
reader_books_json['timeline'][post_days_since_epoch] = book_url
return True
print('test8')
return False