Skip to content

Commit

Permalink
disable db.py logic
Browse files Browse the repository at this point in the history
  • Loading branch information
gbionescu committed Jan 3, 2024
1 parent 76c7e7d commit 296cca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spanky/database/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

class db_data:
def __init__(self, db_path):
return
self.db_engine = create_engine(
db_path, connect_args={"check_same_thread": False}, poolclass=StaticPool
)
Expand Down

0 comments on commit 296cca4

Please sign in to comment.