change python path on redis_bgsave so it can be used in the newsblur container

This commit is contained in:
Jonathan Math 2021-06-16 11:00:15 -06:00
parent 1b5e2c9b31
commit 6ed9cb4bc8

View file

@ -1,4 +1,4 @@
#!/srv/newsblur/venv/newsblur3/bin/python
#!/usr/local/bin/python3
import sys
sys.path.append('/srv/newsblur')