todo item and remove a print stmt

pull/3/head
lalanza808 5 years ago
parent 0210715937
commit 13c7fcd745

@ -198,3 +198,5 @@ def poll_for_buyer_escrow_payments():
print('[+] Sale: #{} - Balance: {} - Payment Received: {}'.format(
sale.id, sale.received_payment_xmr, sale.payment_received
))
# TODO - close out old sales

@ -230,7 +230,6 @@ ANYMAIL = {
}
if ANYMAIL['MAILGUN_API_KEY']:
print('emailgun')
EMAIL_BACKEND = "anymail.backends.mailgun.EmailBackend"
else:
EMAIL_BACKEND = os.environ.get('EMAIL_BACKEND', 'django.core.mail.backends.console.EmailBackend')