This commit is contained in:
Peter Howell 2025-08-29 20:51:32 +00:00
commit 1385cab204
1 changed files with 0 additions and 1 deletions

1
gpt.py
View File

@ -306,7 +306,6 @@ def process_useful_info():
}) })
return groups return groups
from usefulinfo_db import init_schema, insert_summary_and_events
def for_each_group(log_path="cache/email_usefulinfo_sorted.txt", f=lambda idx, g: None, start=1, count=-1): def for_each_group(log_path="cache/email_usefulinfo_sorted.txt", f=lambda idx, g: None, start=1, count=-1):
""" """