mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-09 18:33:03 +02:00
Update smtp.py
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ def store_email(nodeID, email):
|
|||||||
global email_db
|
global email_db
|
||||||
|
|
||||||
# if not in db, add it
|
# 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
|
email_db[nodeID] = email
|
||||||
|
|
||||||
# save to a pickle for persistence, this is a simple db, be mindful of risk
|
# save to a pickle for persistence, this is a simple db, be mindful of risk
|
||||||
|
|||||||
Reference in New Issue
Block a user