mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
add DIR_OUTPUT_PERMISSIONS to STORAGE_CONFIG and fix ripgrep constants import
This commit is contained in:
parent
7b85ba7fd8
commit
efd341d8ad
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue