mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
importing with image files working
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
import os
|
||||
import tempfile
|
||||
|
||||
|
||||
class Integration:
|
||||
request = None
|
||||
|
||||
@@ -11,7 +7,7 @@ class Integration:
|
||||
def do_export(self, recipes):
|
||||
raise Exception('Method not implemented in storage integration')
|
||||
|
||||
def do_import(self):
|
||||
def do_import(self, files):
|
||||
raise Exception('Method not implemented in storage integration')
|
||||
|
||||
def get_recipe(self, string):
|
||||
|
||||
Reference in New Issue
Block a user