This commit is contained in:
parent
20366246db
commit
d5421606ce
1
gpt.py
1
gpt.py
|
|
@ -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):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue