From 95e700244781c7eb62f0fff0fb4a7593a8813061 Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Sat, 28 Sep 2019 18:49:45 +0200 Subject: [PATCH] added start notification to healthcheck --- bibcheck.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bibcheck.py b/bibcheck.py index ef34892..ef628a0 100644 --- a/bibcheck.py +++ b/bibcheck.py @@ -9,6 +9,7 @@ import datetime pushover.init('a5uja274ec5h46paanzjqy5zo1ym6y') def main(): + requests.get("https://health.d1v3.de/ping/5185e698-ea0b-44e0-857e-8f52487dca5d/start") br = mechanize.Browser() starturl = 'https://ssl.muenchen.de/aDISWeb/app?service=direct/0/Home/$DirectLink&sp=SOPAC' response = br.open(starturl)