fix FALGS typo

This commit is contained in:
Chris Behrens
2011-08-27 21:33:14 -07:00
parent 2db6b0c117
commit e1029f6b7b

View File

@@ -119,7 +119,7 @@ class Consumer(messaging.Consumer):
"""
def __init__(self, *args, **kwargs):
max_retries = FALGS.rabbit_max_retries
max_retries = FLAGS.rabbit_max_retries
sleep_time = FLAGS.rabbit_retry_interval
tries = 0
while True: