meal master tweak and frontend build

This commit is contained in:
vabene1111
2021-09-14 14:48:50 +02:00
parent 1c661c9baf
commit 0e50e4e8a0
12 changed files with 11 additions and 13 deletions

View File

@ -159,7 +159,7 @@ class Integration:
except Exception as e:
self.handle_exception(e, log=il, message=f'-------------------- \nERROR \n{e}\n--------------------\n')
import_zip.close()
elif '.json' in f['name'] or '.txt' in f['name']:
elif '.json' in f['name'] or '.txt' in f['name'] or '.mmf' in f['name']:
data_list = self.split_recipe_file(f['file'])
il.total_recipes += len(data_list)
for d in data_list: