more pep
This commit is contained in:
@@ -20,7 +20,7 @@ import pytz
|
||||
import iso8601
|
||||
|
||||
from matplotlib.backends.backend_agg import FigureCanvas
|
||||
#from matplotlib.backends.backend_cairo import FigureCanvasCairo as FigureCanvas
|
||||
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
from rowsandall_app.settings import SITE_URL
|
||||
@@ -130,10 +130,10 @@ def send_confirm(user, name, link, options): # pragma: no cover
|
||||
fullemail = user.email
|
||||
subject = 'New Workout Added: '+name
|
||||
|
||||
res = send_template_email('Rowsandall <info@rowsandall.com>',
|
||||
[fullemail],
|
||||
subject, 'confirmemail.html',
|
||||
d
|
||||
)
|
||||
_ = send_template_email('Rowsandall <info@rowsandall.com>',
|
||||
[fullemail],
|
||||
subject, 'confirmemail.html',
|
||||
d
|
||||
)
|
||||
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user