Move notification worker to its own package

This commit is contained in:
Joseph Schorr 2017-07-12 15:07:51 +03:00
parent 457f685952
commit fbfd78532c
3 changed files with 1 additions and 1 deletions

View file

@ -5,6 +5,6 @@ echo 'Starting notification worker'
QUAYPATH=${QUAYPATH:-"."}
cd ${QUAYDIR:-"/"}
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.notificationworker
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.notificationworker.notificationworker
echo 'Notification worker exited'

View file