mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-04 23:07:56 +10: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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user