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):