This commit is contained in:
Daniel Langbein 2024-01-01 18:21:20 +01:00
parent 6360a4f062
commit 44968e1c01
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
[metadata] [metadata]
name = de.p1st.monitor name = de.p1st.monitor
version = 0.12.0 version = 0.12.1
author = Daniel Langbein author = Daniel Langbein
author_email = daniel@systemli.org author_email = daniel@systemli.org
description = periodically monitor and warn description = periodically monitor and warn

View File

@ -40,7 +40,8 @@ def export():
for logger in loggers: for logger in loggers:
export_path: Path = logger.export_data() export_path: Path = logger.export_data()
print_debug(export_path) # These printouts shall not have any prefix.
print(export_path)
def log(): def log():