mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 18:35:23 -04:00
speed up startup time, add rich startup progressbar, split logging and checks into misc, fix search index import backend bug
This commit is contained in:
parent
7ffb81f61b
commit
64c7100cf9
22 changed files with 566 additions and 762 deletions
|
@ -1,5 +1,7 @@
|
|||
__package__ = 'archivebox'
|
||||
|
||||
# print('INSTALLING MONKEY PATCHES')
|
||||
|
||||
from .monkey_patches import *
|
||||
|
||||
import os
|
||||
|
@ -28,3 +30,5 @@ def _detect_installed_version():
|
|||
|
||||
|
||||
__version__ = _detect_installed_version()
|
||||
|
||||
# print('DONE INSTALLING MONKEY PATCHES')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue