mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-21 01:16:43 +01:00
add second task, pdf-to-text
example for kind 5000 event
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user