mirror of
https://github.com/viq/NewsBlur.git
synced 2025-04-13 09:38:09 +00:00
change python path back. it will need to go into a container because the import of newsblur.settings will require other modules that are in the newsblur base image
This commit is contained in:
parent
81c34d866c
commit
706614498f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/srv/newsblur/venv/newsblur3/bin/python
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
sys.path.append('/srv/newsblur')
|
sys.path.append('/srv/newsblur')
|
||||||
|
|
Loading…
Add table
Reference in a new issue