From 6d8b8b2928fbde3f4ab6172042d4733f11170897 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Mon, 19 Oct 2020 17:14:19 -0400 Subject: [PATCH] another test --- cooldowns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cooldowns.py b/cooldowns.py index 919afae..cc7fba8 100644 --- a/cooldowns.py +++ b/cooldowns.py @@ -93,7 +93,7 @@ if __name__ == "__main__": for x in range(20): testCD.actionTrigger(cdName) sleep(0) - print(testCD.isCooldownActive(cdName)) + print(testCD.isCooldownActive("test")) print("//Test Done//") sleep(2)