mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-30 01:30:15 +02:00
fix python dir getting docs dir
This commit is contained in:
@@ -16,7 +16,9 @@ sys.path.insert(0, os.path.abspath('.'))
|
|||||||
|
|
||||||
import django
|
import django
|
||||||
|
|
||||||
PYTHON_DIR = os.path.abspath(os.path.dirname(os.path.abspath(__file__)))
|
os.environ['USE_CHROME'] = 'False'
|
||||||
|
|
||||||
|
PYTHON_DIR = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..'))
|
||||||
|
|
||||||
sys.path.insert(0, os.path.abspath('../'))
|
sys.path.insert(0, os.path.abspath('../'))
|
||||||
sys.path.insert(0, os.path.abspath('.'))
|
sys.path.insert(0, os.path.abspath('.'))
|
||||||
|
Reference in New Issue
Block a user