2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 21:38:04 +00:00

Fix FAQ example (#1007)

This commit is contained in:
Mr. Developer 2022-06-20 15:12:11 +05:30 committed by GitHub
parent 34ffc4991a
commit b904a4f3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
... ...