h
This commit is contained in:
@@ -751,7 +751,7 @@ def main() -> int:
|
||||
if db_path.exists():
|
||||
try:
|
||||
import sqlite3
|
||||
with sqlite3.connect(str(db_path)) as conn:
|
||||
with sqlite3.connect(str(db_path), timeout=30.0) as conn:
|
||||
# We want to set store.hydrusnetwork.hydrus.<key>
|
||||
cur = conn.cursor()
|
||||
# Check if hydrusnetwork store exists
|
||||
|
||||
Reference in New Issue
Block a user