mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Update src/frontend/lib/DataHooks.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
src/frontend/lib/DataHooks.py
vendored
2
src/frontend/lib/DataHooks.py
vendored
@@ -5,7 +5,7 @@ from ....src.backend.lib.storage import Storage
|
||||
class BookInterface:
|
||||
"""Access point for book database."""
|
||||
|
||||
def __init(self, config):
|
||||
def __init__(self, config):
|
||||
"""Initialize class variables."""
|
||||
self.config = config
|
||||
self.db = Storage(self.config)
|
||||
|
||||
Reference in New Issue
Block a user