bugfix
This commit is contained in:
@@ -26,7 +26,7 @@ from packetserver.http.auth import HttpUser, ph # ph = PasswordHasher
|
||||
HTTP_USERS_KEY = "httpUsers"
|
||||
|
||||
|
||||
def open_database(db_arg: str) -> ZODB.DB.DB:
|
||||
def open_database(db_arg: str) -> ZODB.DB:
|
||||
"""
|
||||
Open a ZODB database from either a local FileStorage path or ZEO address.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user