fixed copy me that importer

This commit is contained in:
vabene1111
2022-07-12 19:20:05 +02:00
parent d537d73c6a
commit 4c264673df

View File

@ -169,7 +169,7 @@ class Integration:
for z in file_list:
try:
if not hasattr(z, 'filename'):
if not hasattr(z, 'filename') or type(z) == Tag:
recipe = self.get_recipe_from_file(z)
else:
recipe = self.get_recipe_from_file(BytesIO(import_zip.read(z.filename)))