mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 13:27:47 +00:00
Fix FAQ example (#1007)
This commit is contained in:
parent
34ffc4991a
commit
b904a4f3e2
@ -9,7 +9,7 @@ The following shows how to catch the exception in your code and wait the require
|
|||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
import time
|
import asyncio
|
||||||
from pyrogram.errors import FloodWait
|
from pyrogram.errors import FloodWait
|
||||||
|
|
||||||
...
|
...
|
||||||
@ -20,4 +20,4 @@ The following shows how to catch the exception in your code and wait the require
|
|||||||
...
|
...
|
||||||
|
|
||||||
|
|
||||||
More info about error handling can be found :doc:`here <../start/errors>`.
|
More info about error handling can be found :doc:`here <../start/errors>`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user