Skip to content

Commit

Permalink
Merge pull request #416 from PiggyGaGa/master
Browse files Browse the repository at this point in the history
Update sbs_connect_log_param.py
  • Loading branch information
knmcguire authored Oct 10, 2023
2 parents f35b0ba + 8d391ff commit a7a08fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/step-by-step/sbs_connect_log_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def simple_log_async(scf, logconf):

def simple_log(scf, logconf):

with SyncLogger(scf, lg_stab) as logger:
with SyncLogger(scf, logconf) as logger:

for log_entry in logger:

Expand Down

0 comments on commit a7a08fc

Please sign in to comment.