From ca6fb76a177e0905755746c2afa0a67a747cc465 Mon Sep 17 00:00:00 2001 From: APF20 <74583612+APF20@users.noreply.github.com> Date: Fri, 20 Mar 2026 10:51:24 +0000 Subject: [PATCH 1/2] Update log.py --- src/pyget/log.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pyget/log.py b/src/pyget/log.py index 12d9191..37748e4 100644 --- a/src/pyget/log.py +++ b/src/pyget/log.py @@ -1,3 +1,11 @@ +""" +logging handler with rotating file sets + +:copyright: (c) 2024 APF20 + +:license: MIT License +""" + import logging as Logging from logging.handlers import RotatingFileHandler From 775aa3cc72d727785f90a116a17df823bfa55cb0 Mon Sep 17 00:00:00 2001 From: APF20 <74583612+APF20@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:52:56 +0000 Subject: [PATCH 2/2] Update test_pyget.py --- tests/test_pyget.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_pyget.py b/tests/test_pyget.py index 231e3a3..b775e3e 100644 --- a/tests/test_pyget.py +++ b/tests/test_pyget.py @@ -185,7 +185,6 @@ def tearDownClass(cls): asyncio.run(cls.session.tearDown()) async def ws_callback(msg): - print(f'wsCB: {msg}') pass async def test_websocket(self):