-display exporter version number on startup
This commit is contained in:
parent
edc8701419
commit
3c6d7ef8ae
2 changed files with 2 additions and 2 deletions
|
@ -319,7 +319,7 @@ def check_server_up(immichHost, immichPort):
|
|||
logger.info(f"Found immich up and running at " + immichHost + ":" + immichPort + ".")
|
||||
logger.info(f"Attempting to connect")
|
||||
time.sleep(1)
|
||||
logger.info(".")
|
||||
logger.info("Exporter v1.0.6")
|
||||
|
||||
|
||||
def check_immich_api_key(immichHost, immichPort, immichApiKey):
|
||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
|
|||
setup(
|
||||
name='prometheus-immich-exporter',
|
||||
packages=['immich_exporter'],
|
||||
version='1.0.5',
|
||||
version='1.0.6',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
description='Prometheus exporter for immich',
|
||||
|
|
Loading…
Reference in a new issue