fixed importer rembering old ignored recipes
This commit is contained in:
@ -31,6 +31,7 @@ class Integration:
|
|||||||
"""
|
"""
|
||||||
self.request = request
|
self.request = request
|
||||||
self.export_type = export_type
|
self.export_type = export_type
|
||||||
|
self.ignored_recipes = []
|
||||||
|
|
||||||
description = f'Imported by {request.user.get_user_name()} at {date_format(datetime.datetime.now(), "DATETIME_FORMAT")}. Type: {export_type}'
|
description = f'Imported by {request.user.get_user_name()} at {date_format(datetime.datetime.now(), "DATETIME_FORMAT")}. Type: {export_type}'
|
||||||
icon = '📥'
|
icon = '📥'
|
||||||
|
Reference in New Issue
Block a user