2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-05 00:35:10 +00:00

Update docs

This commit is contained in:
Dan
2018-01-21 18:04:11 +01:00
parent b9fa1e414d
commit ddb8c9e595
2 changed files with 3 additions and 11 deletions

View File

@@ -29,8 +29,7 @@ Examples
)
try:
# Something
pass
...
except BadRequest:
pass
except Flood:
@@ -53,8 +52,7 @@ can try again. The value is always stored in the ``x`` field of the returned exc
from pyrogram.api.errors import FloodWait
try:
# something
pass
...
except FloodWait as e:
print(e.x)