„bibcheck.py“ ändern
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-09-30 15:44:02 +00:00
parent 8b28c50266
commit 9d091504ef

View File

@@ -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'))