what's new:

easier console log output to troubleshoot errors

fixed issue where exporter did not start when immich wasn't running after CA backup
This commit is contained in:
friendly Friend
2023-07-22 21:50:59 +02:00
parent f5f3926e0f
commit 7601be0f1b
3 changed files with 76 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
setup(
name='prometheus-immich-exporter',
packages=['immich_exporter'],
version='1.0.1',
version='1.0.4',
long_description=long_description,
long_description_content_type="text/markdown",
description='Prometheus exporter for immich',