mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Remove debug docstrings
This commit is contained in:
parent
dab0a05f16
commit
ffd67ed408
1 changed files with 1 additions and 6 deletions
|
|
@ -169,15 +169,10 @@ class Client(Methods, BaseClient):
|
||||||
self._proxy["enabled"] = True
|
self._proxy["enabled"] = True
|
||||||
self._proxy.update(value)
|
self._proxy.update(value)
|
||||||
|
|
||||||
def start(self, debug: bool = False):
|
def start(self):
|
||||||
"""Use this method to start the Client after creating it.
|
"""Use this method to start the Client after creating it.
|
||||||
Requires no parameters.
|
Requires no parameters.
|
||||||
|
|
||||||
Args:
|
|
||||||
debug (``bool``, *optional*):
|
|
||||||
Enable or disable debug mode. When enabled, extra logging
|
|
||||||
lines will be printed out on your console.
|
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
:class:`Error <pyrogram.Error>`
|
:class:`Error <pyrogram.Error>`
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue