File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3030-  Fixed a typing issue that occurs in some cases when composing formulas with constants.
3131-  Fixed a bug where sending tasks in the data sourcing actor might have not been properly awaited.
3232-  Updated the logical meter documentation to reflect the latest changes.
33+ -  Fixed a bug in the code examples in the getting-started tutorial.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ microgrid.
4444``` python 
4545async  def  run () -> None :
4646    #  This points to the default Frequenz microgrid sandbox
47-     server_url =  " grpc://microgrid.sandbox.api.frequenz.io:62060" , 
47+     server_url =  " grpc://microgrid.sandbox.api.frequenz.io:62060" 
4848
4949    #  Initialize the microgrid
5050    await  microgrid.initialize(
@@ -104,7 +104,7 @@ from frequenz.sdk.actor import ResamplerConfig
104104
105105async  def  run () -> None :
106106    #  This points to the default Frequenz microgrid sandbox
107-     server_url =  " grpc://microgrid.sandbox.api.frequenz.io:62060" , 
107+     server_url =  " grpc://microgrid.sandbox.api.frequenz.io:62060" 
108108
109109    #  Initialize the microgrid
110110    await  microgrid.initialize(
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments