From 5d86c2a3c937f1d3c503a5a95d50b1ca14dd0fbe Mon Sep 17 00:00:00 2001 From: RohanRadia Date: Tue, 2 Apr 2019 22:19:51 +0100 Subject: Identified syntax error and fixed. --- bot/seasons/easter/traditions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') diff --git a/bot/seasons/easter/traditions.py b/bot/seasons/easter/traditions.py index e5656be3..163a1714 100644 --- a/bot/seasons/easter/traditions.py +++ b/bot/seasons/easter/traditions.py @@ -7,7 +7,7 @@ from discord.ext import commands log = logging.getLogger(__name__) -with open(Path('bot', 'resources', , 'easter', 'traditions.json', 'r', encoding="utf8") as f: +with open(Path('bot', 'resources', 'easter', 'traditions.json', 'r', encoding="utf8") as f: traditions = json.load(f) -- cgit v1.2.3