From 9aa80957340f7d95a943aaf35edce725e2bd722e Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 25 Jan 2025 18:47:10 -0800 Subject: [PATCH] Update modules/cfd1.py --- modules/cfd1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cfd1.py b/modules/cfd1.py index 7f65d1d..0d5c532 100644 --- a/modules/cfd1.py +++ b/modules/cfd1.py @@ -25,7 +25,7 @@ class broker: return query[0].results def parse2sqlite(self, results): temp = [] - for k, v in results: + for k, v in results.items(): temp.append(v) return temp def nickserv_identify(self, nick, password:str):