importing with image files working

This commit is contained in:
vabene1111
2021-02-07 14:50:43 +01:00
parent 585c31490a
commit e0acd1de83
4 changed files with 28 additions and 8 deletions

View File

@ -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):