mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
change python path on redis_bgsave so it can be used in the newsblur container
This commit is contained in:
parent
1b5e2c9b31
commit
6ed9cb4bc8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/srv/newsblur/venv/newsblur3/bin/python
|
||||
#!/usr/local/bin/python3
|
||||
|
||||
import sys
|
||||
sys.path.append('/srv/newsblur')
|
||||
|
|
Loading…
Add table
Reference in a new issue