Skip to content

Instantly share code, notes, and snippets.

View minichate's full-sized avatar
🥰
Hi Everyone

Christopher Troup minichate

🥰
Hi Everyone
View GitHub Profile
import datetime
from decimal import Decimal
import time
import random
INITIAL_RATES = {
"mandrill": Decimal("0.95"),
"sendgrid": Decimal("0.05"),
"sparkpost": Decimal("0"),