Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eyMarv committed Jan 20, 2024
1 parent 4ddc69b commit edb1fd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyrogram/session/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,3 +425,4 @@ async def invoke(
return await self.invoke(query, retries - 1, timeout)
except Exception as ex:
self.client.updates_invoke_error = ex
raise

0 comments on commit edb1fd4

Please sign in to comment.