Move teamsyncworker into its own package

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

View file

@ -4,6 +4,6 @@ echo 'Starting team synchronization worker'
QUAYPATH=${QUAYPATH:-"."}
cd ${QUAYDIR:-"/"}
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.teamsyncworker 2>&1
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.teamsyncworker.teamsyncworker 2>&1
echo 'Team synchronization worker exited'

View file