Closed fluffyloopy closed 2 years ago
924 : with open(log_url_path, 'w', encoding="utf-8") as f:
949 : with open(log_path, 'w', encoding="utf-8") as f:
962 : with open(log_path, 'w', encoding="utf-8") as f:
i have no idea how github stuff work so... just gonna leave that here
Encountered the same problem, I added encoding="utf=8"
every line started with
with open( ----, 'w')
and It is working