chrisonntag / mmetering-server

Smart metering for community houses based on Python+Django, Redis, Celery and serial communication.
0 stars 0 forks source link

Remove code duplicate when sending monthly data mail #35

Open chrisonntag opened 5 years ago

chrisonntag commented 5 years ago

backend.emails.py > send_data_email

The httpresponse gets called from the filegenerator and its content is being saved again here.