fixed rezkonv importer

This commit is contained in:
vabene1111
2021-11-08 17:09:57 +01:00
parent 5af687364f
commit 409594a73a
2 changed files with 1 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ class RezKonv(Integration):
current_recipe = ''
for fl in file.readlines():
line = fl.decode("ANSI")
line = fl.decode("windows-1250")
if line.startswith('=====') and 'rezkonv' in line.lower():
if current_recipe != '':
recipe_list.append(current_recipe)