2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 05:18:10 +00:00

Remove debug docstrings

This commit is contained in:
Dan 2018-06-22 13:08:27 +02:00
parent dab0a05f16
commit ffd67ed408

View File

@ -169,15 +169,10 @@ class Client(Methods, BaseClient):
self._proxy["enabled"] = True
self._proxy.update(value)
def start(self, debug: bool = False):
def start(self):
"""Use this method to start the Client after creating it.
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:
:class:`Error <pyrogram.Error>`
"""