diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2015-01-21 14:07:00 +0100 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2015-03-03 22:22:46 +0100 |
commit | 4f0ad9e442e64f69d420dea4d737805eefaaf981 (patch) | |
tree | 8625aca6c0313243aab5143df916df400edc4385 /pyaggr3g470r/emails.py | |
parent | first implementation of fetchable feeds (diff) | |
download | newspipe-4f0ad9e442e64f69d420dea4d737805eefaaf981.tar.gz newspipe-4f0ad9e442e64f69d420dea4d737805eefaaf981.tar.bz2 newspipe-4f0ad9e442e64f69d420dea4d737805eefaaf981.zip |
continuing refacto
Diffstat (limited to 'pyaggr3g470r/emails.py')
-rw-r--r-- | pyaggr3g470r/emails.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/emails.py b/pyaggr3g470r/emails.py index 50f94761..9a129718 100644 --- a/pyaggr3g470r/emails.py +++ b/pyaggr3g470r/emails.py @@ -31,6 +31,7 @@ from pyaggr3g470r.decorators import async logger = logging.getLogger(__name__) + @async def send_async_email(mfrom, mto, msg): try: |