mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-18 00:53:56 +02:00
examples: Set all log levels to INFO
This commit is contained in:
@@ -9,7 +9,7 @@ from findmy.reports import RemoteAnisetteProvider
|
||||
# URL to (public or local) anisette server
|
||||
ANISETTE_SERVER = "http://localhost:6969"
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
|
||||
def fetch_reports(priv_key: str) -> int:
|
||||
|
||||
Reference in New Issue
Block a user