Merge branch 'master' of https://gittea.phowell.org/phowell/canvasapp
This commit is contained in:
commit
1385cab204
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