fixed site module include path
This commit is contained in:
parent
df050cb83b
commit
0c8a5cfc2c
@ -3,7 +3,7 @@ import sys
|
||||
import logging
|
||||
|
||||
sys.path.insert(0, '/var/www/brecal_test/src/server')
|
||||
sys.path.insert(0, '/var/www/venv/lib/python3.10/site-packages/')
|
||||
sys.path.insert(0, '/var/www/venv/lib/python3.12/site-packages/')
|
||||
|
||||
import schedule
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user