mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-04 14:57:56 +10:00
add DIR_OUTPUT_PERMISSIONS to STORAGE_CONFIG and fix ripgrep constants import
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
__package__ = 'archivebox.plugins_search.ripgrep'
|
||||
|
||||
import re
|
||||
from pathlib import Path
|
||||
from subprocess import run
|
||||
from typing import List, Dict, ClassVar, Iterable
|
||||
# from typing_extensions import Self
|
||||
|
||||
from django.conf import settings
|
||||
import archivebox
|
||||
|
||||
# Depends on other PyPI/vendor packages:
|
||||
from pydantic import InstanceOf, Field
|
||||
|
||||
Reference in New Issue
Block a user