Skip to content

Commit c6334fa

Browse files
authored
Merge pull request #5 from overjump1/patch-1
added utf-8 encoding method
2 parents 6240c6f + 268a0fa commit c6334fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_locations_list(self):
8080
before the rocket hit the fan. for better parsing later
8181
'''
8282

83-
f = open('targets.json')
83+
f = open('targets.json', encoding='utf-8')
8484
# returns JSON object as
8585
return json.load(f)
8686

0 commit comments

Comments
 (0)