mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-11 17:04:46 +02:00
Update smtp.py
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user