Mur fixes

This commit is contained in:
2022-12-26 02:35:04 -03:00
parent 603a0f2c69
commit 8263d09052

View File

@ -71,10 +71,7 @@ with open('original.csv', 'r', encoding='utf-8') as input_file, \
except Exception as e:
print(f'{Fore.RESET}An error occurred: {e}')
# So we know where we left off (Not yet implemented :fangcute:)
writer.writerow([row[0], 'aezakmi'])
break
writer.writerow([row[0], 'Error in this line'])
else: