mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
Added date to filename
This commit is contained in:
@@ -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)()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user