auto-update on Sun Mar 6 21:58:23 UTC 2022

This commit is contained in:
Alec Muffett 2022-03-06 21:58:23 +00:00
parent fca87667d4
commit c85b6648d1
2 changed files with 178 additions and 162 deletions

338
README.md

File diff suppressed because it is too large Load Diff

View File

@ -47,6 +47,7 @@ B = '*'
BB = ' *'
BBB = ' *'
LINE = '----'
INDEXJUMP = '[:up_arrow: return to index](#index)'
SCHEMA_SQL = '''
PRAGMA journal_mode = wal;
@ -269,6 +270,7 @@ def print_chunk(chunk, title, description=None, print_bar=True):
bar = ''.join(get_summary(url))
print(B, 'check:', bar)
print()
print(INDEXJUMP)
def poolhook(x):
x.fetchwrap()