add more files to .gitignore

This commit is contained in:
2023-07-15 18:22:51 +03:00
parent 2bc4c4dd98
commit 6c09bd25b9
6 changed files with 166 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ def save_cookies(cookies):
def save_series_dictionary(series_json):
with open('series.json', 'w') as file:
json.dump(series_json, file)
json.dump(series_json, file, ensure_ascii=False)
def get_matched_series_ids(series_dictionary, series_name):