Skip to content

Commit

Permalink
docs: corrections to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdnninja authored Apr 20, 2024
1 parent be674d9 commit 03de541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ To run this code for test I am doing::

path_root = r"C:path to files GitHub\main\yoto_api"
sys.path.append(str(path_root))
from yoto_api import \*
from yoto_api import *

logging.basicConfig(stream=sys.stdout, level=logging.DEBUG, format='%(asctime)s %(name)s %(levelname)s:%(message)s')
logger = logging.getLogger(**name**)
logger = logging.getLogger(__name__)

ym = YotoManager(username="username", password="password")
ym.check_and_refresh_token()
Expand Down

0 comments on commit 03de541

Please sign in to comment.