Compare commits

..

2 commits

Author SHA1 Message Date
wulan17
7d5eba7221
pyrofork: fix on_error help
Some checks failed
Build-docs / build (push) Has been cancelled
Pyrofork / build (macos-latest, 3.10) (push) Has been cancelled
Pyrofork / build (macos-latest, 3.11) (push) Has been cancelled
Pyrofork / build (macos-latest, 3.12) (push) Has been cancelled
Pyrofork / build (macos-latest, 3.13) (push) Has been cancelled
Pyrofork / build (macos-latest, 3.9) (push) Has been cancelled
Pyrofork / build (ubuntu-latest, 3.10) (push) Has been cancelled
Pyrofork / build (ubuntu-latest, 3.11) (push) Has been cancelled
Pyrofork / build (ubuntu-latest, 3.12) (push) Has been cancelled
Pyrofork / build (ubuntu-latest, 3.13) (push) Has been cancelled
Pyrofork / build (ubuntu-latest, 3.9) (push) Has been cancelled
Signed-off-by: wulan17 <wulan17@komodos.id>
2025-05-14 12:25:26 +07:00
wulan17
98f4e9b612
pyrofork: Implement QrCode Login
Signed-off-by: wulan17 <wulan17@komodos.id>
2025-05-14 12:24:21 +07:00
2 changed files with 1 additions and 2 deletions

View file

@ -26,7 +26,6 @@ import platform
import re import re
import shutil import shutil
import sys import sys
from base64 import b64encode
from concurrent.futures.thread import ThreadPoolExecutor from concurrent.futures.thread import ThreadPoolExecutor
from datetime import datetime, timedelta from datetime import datetime, timedelta
from hashlib import sha256 from hashlib import sha256

View file

@ -28,7 +28,7 @@ class OnError:
"""Decorator for handling new errors. """Decorator for handling new errors.
This does the same thing as :meth:`~pyrogram.Client.add_handler` using the This does the same thing as :meth:`~pyrogram.Client.add_handler` using the
:obj:`~pyrogram.handlers.MessageHandler`. :obj:`~pyrogram.handlers.ErrorHandler`.
Parameters: Parameters:
errors (:obj:`~Exception`, *optional*): errors (:obj:`~Exception`, *optional*):