mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2024-10-01 01:06:18 -04:00
auto-update on Sun Mar 6 21:58:23 UTC 2022
This commit is contained in:
parent
fca87667d4
commit
c85b6648d1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user