From d5dfcc0ec21c6b6d70dc7d13fa66aa78839a5151 Mon Sep 17 00:00:00 2001 From: Madison Mcdonald Date: Mon, 18 Mar 2019 13:37:41 -0600 Subject: changes lemon made me do --- bot/seasons/evergreen/snakes/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/seasons/evergreen/snakes/utils.py') diff --git a/bot/seasons/evergreen/snakes/utils.py b/bot/seasons/evergreen/snakes/utils.py index 605c7ef3..ec280223 100644 --- a/bot/seasons/evergreen/snakes/utils.py +++ b/bot/seasons/evergreen/snakes/utils.py @@ -117,7 +117,7 @@ ANGLE_RANGE = math.pi * 2 def get_resource(file: str) -> List[dict]: - with (SNAKE_RESOURCES / f"{file}.json").open() as snakefile: + with (SNAKE_RESOURCES / f"{file}.json").open(encoding="utf-8") as snakefile: return json.load(snakefile) -- cgit v1.2.3