Skip to content

Commit

Permalink
Merge pull request #1801 from randommm/patch-2
Browse files Browse the repository at this point in the history
Update tutorial-six-python.md
  • Loading branch information
michaelklishin committed Feb 20, 2024
2 parents 477b554 + fd72c93 commit 38559c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/tutorials/tutorial-six-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class FibonacciRpcClient(object):
correlation_id=self.corr_id,
),
body=str(n))
while self.response is None:
while self.response is None:
self.connection.process_data_events(time_limit=None)
return int(self.response)

Expand Down

0 comments on commit 38559c6

Please sign in to comment.