mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2026-02-23 15:14:48 +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