From 65f29a648143bc13c0e69263716103848293517f Mon Sep 17 00:00:00 2001 From: TJ Porter Date: Fri, 24 May 2024 10:11:41 -0500 Subject: [PATCH] Fixing typo to activate CI/CD and hopefully turn stampy back on --- api/coda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/coda.py b/api/coda.py index c03f83f..fa8323c 100644 --- a/api/coda.py +++ b/api/coda.py @@ -51,7 +51,7 @@ def __init__(self): raise Exception("Environmental variable CODA_API_TOKEN is not set") if CodaAPI.__instance is not None: raise Exception( - "This class is a singleton! Access it using `Utilities.get_instance()`" + "This class is a singleton! Access it using `CodaAPI.get_instance()`" ) CodaAPI.__instance = self self.class_name = "Coda API"