From d8c5f89a26cb3a34fe57e33aff5227ec4963bbac Mon Sep 17 00:00:00 2001 From: Swee Date: Sat, 12 Oct 2024 15:25:22 -0700 Subject: [PATCH] Update sweebot.py --- sweebot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sweebot.py b/sweebot.py index da7d245..abc6cd9 100644 --- a/sweebot.py +++ b/sweebot.py @@ -28,6 +28,7 @@ class config: try: self.database.execute("SELECT * FROM chans WHERE chan = ?;", [chan]) output = self.database.fetchall() + print(output) temp = output[0][1].split(",") return temp if temp != [''] else [] except: