JBHF commited on
Commit
c8f3233
1 Parent(s): 38efc2f

Update app.py

Browse files

ADDED import datetime (SO EMAIL KAN SHOW DATE AND TIME OF INTERACTION WITH APP

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@
30
  from sendgrid import SendGridAPIClient
31
  from sendgrid.helpers.mail import Mail
32
 
33
-
34
 
35
 
36
 
 
30
  from sendgrid import SendGridAPIClient
31
  from sendgrid.helpers.mail import Mail
32
 
33
+ import datetime
34
 
35
 
36