From 59932dbef71f4d036f8962d53bd0d80cba333ff7 Mon Sep 17 00:00:00 2001 From: AnInternetTroll Date: Thu, 28 May 2020 14:52:56 +0100 Subject: modified: cogs/src.py --- cogs/src.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs/src.py') diff --git a/cogs/src.py b/cogs/src.py index b16bea7..30ae169 100755 --- a/cogs/src.py +++ b/cogs/src.py @@ -65,7 +65,7 @@ async def deleteRun(self, apiKey, ctx, run): @tasks.loop(minutes=2.0) async def checkForWR(self): - with open('i_keys.json', 'r+') as file: + with open('api_keys.json', 'r+') as file: api_keys = json.load(file) for runner in api_keys: -- cgit v1.2.3