mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Ready for alpha?
This commit is contained in:
@@ -11,7 +11,7 @@ from .config import Config
|
||||
class Storage:
|
||||
"""Contains all methods for system storage"""
|
||||
|
||||
def __init__(self, db_pointer=None):
|
||||
def __init__(self, db_pointer):
|
||||
# Optionaly pass db_file to specify another db or for testing
|
||||
if db_pointer is None:
|
||||
db_pointer = Config().catalogue_db
|
||||
|
||||
Reference in New Issue
Block a user