mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
Added Saffron export format
This commit is contained in:
@@ -27,7 +27,7 @@ from cookbook.integration.recipekeeper import RecipeKeeper
|
||||
from cookbook.integration.recettetek import RecetteTek
|
||||
from cookbook.integration.recipesage import RecipeSage
|
||||
from cookbook.integration.rezkonv import RezKonv
|
||||
from cookbook.integration.safron import Safron
|
||||
from cookbook.integration.saffron import Saffron
|
||||
from cookbook.integration.pdfexport import PDFexport
|
||||
from cookbook.models import Recipe, ImportLog, UserPreference
|
||||
|
||||
@@ -43,8 +43,8 @@ def get_integration(request, export_type):
|
||||
return Mealie(request, export_type)
|
||||
if export_type == ImportExportBase.CHOWDOWN:
|
||||
return Chowdown(request, export_type)
|
||||
if export_type == ImportExportBase.SAFRON:
|
||||
return Safron(request, export_type)
|
||||
if export_type == ImportExportBase.SAFFRON:
|
||||
return Saffron(request, export_type)
|
||||
if export_type == ImportExportBase.CHEFTAP:
|
||||
return ChefTap(request, export_type)
|
||||
if export_type == ImportExportBase.PEPPERPLATE:
|
||||
|
||||
Reference in New Issue
Block a user