diff options
Diffstat (limited to 'python/task_runner.py')
| -rw-r--r-- | python/task_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/task_runner.py b/python/task_runner.py index 66820890..52bc1e98 100644 --- a/python/task_runner.py +++ b/python/task_runner.py @@ -1,7 +1,7 @@ import logging from systemd.daemon import notify -from db import dbconn +from utils.db import dbconn from common import get_redis_queue from subprocess import CalledProcessError from tasks import Rpc |
