From 9d091504ef1566d1c24df1311a9b9ed462291f76 Mon Sep 17 00:00:00 2001 From: matthias Date: Mon, 30 Sep 2019 15:44:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ebibcheck.py=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bibcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibcheck.py b/bibcheck.py index 251051b..60aa58e 100644 --- a/bibcheck.py +++ b/bibcheck.py @@ -11,7 +11,7 @@ pushover.init('a5uja274ec5h46paanzjqy5zo1ym6y') def main(): requests.get("https://health.d1v3.de/ping/5185e698-ea0b-44e0-857e-8f52487dca5d/start") allinfo = [] - allinfo += check('40008532980', '4F3sf7KfQC') + allinfo += check('400008532980', '4F3sf7KfQC') allinfo += check('400006306065', '54zjxTHvIY') requests.post("https://health.d1v3.de/ping/5185e698-ea0b-44e0-857e-8f52487dca5d", data='\n'.join(allinfo).encode('utf8'))