Mur fixes
This commit is contained in:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user