We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2307e11 + 485c881 commit bf20505Copy full SHA for bf20505
cryptomon/data.py
@@ -16,7 +16,7 @@ def get_tls_from_csv(csv_file):
16
and the values are the corresponding descriptions.
17
18
"""
19
- with open(csv_file, 'r') as file:
+ with open(csv_file, 'r', encoding='utf-8') as file:
20
csv_reader = csv.DictReader(file)
21
data = [row for row in csv_reader]
22
csuite_dict = {}
0 commit comments