Skip to content

Commit

Permalink
Merge pull request #1800 from randommm/patch-1
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 6b9a444 + 2262c30 commit 477b554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/tutorials/tutorial-six-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ class FibonacciRpcClient(object):
correlation_id=self.corr_id,
),
body=str(n))
self.connection.process_data_events(time_limit=None)
while self.response is None:
self.connection.process_data_events(time_limit=None)
return int(self.response)


Expand Down

0 comments on commit 477b554

Please sign in to comment.