@@ -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):
The note is not visible to the blocked user.