Skip to content

Commit

Permalink
Update login.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
datakund committed Feb 16, 2021
1 parent 3cd8f42 commit c5f9e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/source/login.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ It logins to youtube through the credentials passed in ``username`` and ``passwo

Here is the code:-

.. py:function:: youtube.login(username="username",password="password")
.. py:function:: youtube.login(username="datakund@gmail.com",password="pwd@123")
:param str username: Account Username
:param str password: Account Password
:return: {"body": {}, "success_score": "100", "errors": []}
:rtype: dict
:rtype: dict

0 comments on commit c5f9e3a

Please sign in to comment.