diff --git a/taptap/taptap_report.py b/taptap/taptap_report.py index bce26b6..673cb91 100644 --- a/taptap/taptap_report.py +++ b/taptap/taptap_report.py @@ -68,7 +68,7 @@ class TapTapReport: except Exception: print(f"0={key}") - for line in all.values: + for line in all.values(): try: mydb.insert("taptap_data", line) except Exception: