add second task, pdf-to-text

example for kind 5000 event
This commit is contained in:
Believethehype
2023-11-19 16:59:56 +01:00
parent c450c8544f
commit 535d5c2dd6
12 changed files with 148 additions and 30 deletions

View File

@@ -101,7 +101,7 @@ def delete_from_sql_table(npub):
print(e)
def clear_db():
def clean_db():
try:
con = sqlite3.connect(os.getenv(env.USER_DB_PATH))
cur = con.cursor()