mirror of
https://codeberg.org/privacy1st/de-p1st-monitor
synced 2024-11-21 19:33:18 +01:00
fix
This commit is contained in:
parent
6360a4f062
commit
44968e1c01
@ -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
|
||||||
|
@ -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():
|
||||||
|
Loading…
Reference in New Issue
Block a user