Update db.py

main
witchdocsec 2024-05-28 15:44:53 +01:00 committed by GitHub
parent 43d511c431
commit 50f9442763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def fetchall():
#error
else:
return "No creds found"
#load credemtial
#load credential
def update(domain,ccred):
#with context manager
with get_session() as session: