SQLMIGRATION flask design thread date
This commit is contained in:
@@ -75,6 +75,8 @@ class Mail(Base):
|
||||
from_array=[]
|
||||
# print "Status"
|
||||
# print env
|
||||
if not env.date is None:
|
||||
self.date=env.date
|
||||
if not env.to is None:
|
||||
for t in env.to:
|
||||
a={"host": t.host, "mail": t.mailbox}
|
||||
|
||||
Reference in New Issue
Block a user