mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
tweak console output formatting
This commit is contained in:
parent
4a2e74a3ac
commit
3c2e0acb9c
5 changed files with 31 additions and 24 deletions
5
links.py
5
links.py
|
@ -98,11 +98,6 @@ def links_after_timestamp(links, timestamp=None):
|
|||
yield from links
|
||||
return
|
||||
|
||||
print('▶️ [{}] {green}Resuming downloads at {}...{reset}'.format(
|
||||
datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S'),
|
||||
timestamp,
|
||||
**ANSI,
|
||||
))
|
||||
for link in links:
|
||||
try:
|
||||
if float(link['timestamp']) <= float(timestamp):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue