From 9ab5e09dd51a146edbeea2f4bf4f707e941fbaa2 Mon Sep 17 00:00:00 2001 From: Wouter de Bruijn Date: Wed, 26 Feb 2025 14:54:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Added=20docstring=20for=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/logging.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/logging.py b/modules/logging.py index 851ea4c..c36c2c1 100644 --- a/modules/logging.py +++ b/modules/logging.py @@ -1,3 +1,7 @@ +""" +Logging module for Netbox-Zabbix-sync +""" + import logging from os import path