3bbdf98 Fix consumer's topics are not subscribed

Authored and Committed by qwan 7 years ago
    Fix consumer's topics are not subscribed
    
    freshmaker consumer's topic is an instance attribute, if it is not
    set prior to call parent's (which is FedmsgConsumer) __init__(),
    the consumer will not subscribe to its topics while instantiating.
    
        
file modified
+2 -2
file modified
+22 -6