mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +00:00
Fix FAQ example (#1007)
This commit is contained in:
parent
34ffc4991a
commit
b904a4f3e2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue