Added date to filename

This commit is contained in:
Tiago Rascazzi
2022-01-11 15:44:10 -05:00
parent 88e9e39c73
commit fef9bcb1e1
5 changed files with 19 additions and 14 deletions

View File

@ -57,7 +57,7 @@ class PDFexport(Integration):
await page.close();
el.exported_recipes += 1
el.msg += self.recipe_processed_msg(recipe)
el.msg += self.get_recipe_processed_msg(recipe)
await sync_to_async(el.save, thread_sensitive=True)()