This commit is contained in:
Michael Woods
2025-12-20 21:37:43 -05:00
parent 16ae84d133
commit 5252db7d51

View File

@@ -26,7 +26,7 @@ from packetserver.http.auth import HttpUser, ph # ph = PasswordHasher
HTTP_USERS_KEY = "httpUsers" 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. Open a ZODB database from either a local FileStorage path or ZEO address.
""" """