averez-docker: oops, fix indentation

This commit is contained in:
Anthony Verez 2014-05-05 15:30:23 -07:00
Родитель df86e27ecf
Коммит b2740a5374
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -129,10 +129,10 @@ else:
# Hack for supervisord which doesn't wait for rabbitmq to finish starting
rabbitStarted = False
while not rabbitStarted:
try:
eventTaskQueue(mqConn).declare()
mqproducer = mqConn.Producer(serializer='json')
rabbitStarted = True
try:
eventTaskQueue(mqConn).declare()
mqproducer = mqConn.Producer(serializer='json')
rabbitStarted = True
application = default_app()