From 8468861f8c97fd90263e1976fe2a5fb3d7fcefd6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 19:09:58 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1346062..a97616d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -Introduction -============ +# Introduction Early days of this API. Plan is to use this for home assistant. @@ -9,13 +8,13 @@ To run this code for test I am doing:: import logging import sys import os - + path_root = r"C:path to files GitHub\main\yoto_api" sys.path.append(str(path_root)) 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**) - + ym = YotoManager(username="username", password="password") print (ym.players)