Skip to content

Commit

Permalink
Add some information on launch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Ledez committed Oct 5, 2023
1 parent bc64c3f commit 834163b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cgwire_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ def check_zou_version(self, message_ok, message_ko):
t = CheckURL(os.getenv("KITSU_URL", "http://127.0.0.1"))
t.kitsu_version = os.getenv("KITSU_VERSION", None)
t.zou_version = os.getenv("ZOU_VERSION", None)
print(f"Kitsu URL: {t.base_url}")
print(f"Kitsu version: {t.kitsu_version}")
print(f"Zou version: {t.zou_version}")
# Check Kitsu
print(
t.check_url(
Expand Down

0 comments on commit 834163b

Please sign in to comment.