updates + sqlite db

This commit is contained in:
Andreas Stephanides
2017-08-04 08:48:54 +02:00
parent 941cbc3d45
commit 4060a77c48
7 changed files with 92 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ def fetch_thread(tp):
return tp
def fetch_threads():
src=server.thread(criteria=[b'SUBJECT', b'service', b'SINCE', date(2017,07,01)])
src=server.thread(criteria=[b'SUBJECT', b'service', b'SINCE', date(2017,05,01)])
#, b'BEFORE', date(2017,08,01)
return src