Remove utils.py
The file, and contained functions, were explicitly documented as something you couldn't rely on for backwards compatibility
This commit is contained in:
@@ -59,7 +59,7 @@ class Client(object):
|
||||
|
||||
:param email: Facebook `email`, `id` or `phone number`
|
||||
:param password: Facebook account password
|
||||
:param user_agent: Custom user agent to use when sending requests. If `None`, user agent will be chosen from a premade list (see :any:`utils.USER_AGENTS`)
|
||||
:param user_agent: Custom user agent to use when sending requests. If `None`, user agent will be chosen from a premade list
|
||||
:param max_tries: Maximum number of times to try logging in
|
||||
:param session_cookies: Cookies from a previous session (Will default to login if these are invalid)
|
||||
:param logging_level: Configures the `logging level <https://docs.python.org/3/library/logging.html#logging-levels>`_. Defaults to `INFO`
|
||||
|
Reference in New Issue
Block a user