Update smtp.py

This commit is contained in:
SpudGunMan
2024-12-09 21:53:41 -08:00
parent 80751f9cfc
commit abc3eccf4e

View File

@@ -128,7 +128,7 @@ def store_email(nodeID, email):
global email_db
# if not in db, add it
logger.debug("System: Setting E-Mail for " + nodeID)
logger.debug("System: Setting E-Mail for " + str(nodeID))
email_db[nodeID] = email
# save to a pickle for persistence, this is a simple db, be mindful of risk