File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed 
src/frequenz/sdk/actor/power_distributing/_component_status Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,9 @@ def __init__(  # pylint: disable=too-many-arguments
6868            status_sender: Sender to send the status of the PV inverter. 
6969            set_power_result_receiver: Receiver for the power assignment result. 
7070        """ 
71+         BackgroundService .__init__ (
72+             self , name = f"PVInverterStatusTracker({ component_id }  )" 
73+         )
7174        self ._component_id  =  component_id 
7275        self ._max_data_age  =  max_data_age 
7376        self ._status_sender  =  status_sender 
@@ -79,10 +82,6 @@ def __init__(  # pylint: disable=too-many-arguments
7982            max_duration = max_blocking_duration ,
8083        )
8184
82-         BackgroundService .__init__ (
83-             self , name = f"PVInverterStatusTracker({ component_id }  )" 
84-         )
85- 
8685    @override  
8786    def  start (self ) ->  None :
8887        """Start the status tracker.""" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments