diff options
| author | Cody Logan <cody@lokken.dev> | 2023-11-17 14:51:20 -0800 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-11-17 14:52:11 -0800 |
| commit | 60ecb1990f4efc07d596182f38953e8a50c1a726 (patch) | |
| tree | fbcb3e1f0d49a6d4fb489f76ab6ed7c225656436 /src/wikiget/logging.py | |
| parent | 06dfda7b5430bfc895a39defad50f184d41281f1 (diff) | |
| parent | d78f25717567870d4bb991e9bca7451f925f29ac (diff) | |
| download | wikiget-60ecb1990f4efc07d596182f38953e8a50c1a726.tar.gz wikiget-60ecb1990f4efc07d596182f38953e8a50c1a726.zip | |
Merge branch 'master' into reduce-api-calls
Diffstat (limited to 'src/wikiget/logging.py')
| -rw-r--r-- | src/wikiget/logging.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wikiget/logging.py b/src/wikiget/logging.py index 6614a15..e5b955a 100644 --- a/src/wikiget/logging.py +++ b/src/wikiget/logging.py @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with Wikiget. If not, see <https://www.gnu.org/licenses/>. +"""Configure program log configuration and adapters.""" + from __future__ import annotations import logging |
