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:
Jonathan Math 2021-06-16 10:36:50 -06:00
parent 81c34d866c
commit 706614498f

View file

@ -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')