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: