From 1df60e7f9ae6f21222eef3a0b9038fadb1def138 Mon Sep 17 00:00:00 2001 From: scriptos Date: Thu, 21 Mar 2024 21:54:44 +0100 Subject: [PATCH] Script dem Docker angepasst --- nox-forum-watcher.v1.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nox-forum-watcher.v1.py b/nox-forum-watcher.v1.py index df2aae7..380b678 100644 --- a/nox-forum-watcher.v1.py +++ b/nox-forum-watcher.v1.py @@ -5,9 +5,9 @@ Aufruf: python3 nox-forum-watcher.v1.py Autor: Patrick Asmus Web: https://www.media-techport.de Git-Reposit.: https://git.media-techport.de/scriptos/nox-forum-watcher.git -Version: 1.1 +Version: 1.1.1 Datum: 21.03.2024 -Modifikation: Link zum Beitrag im E-Mail-Body hinzugefĆ¼gt +Modifikation: Script dem Docker angepasst ''' import requests @@ -20,7 +20,7 @@ import time smtp_server = 'smtp.media-techport.int' smtp_port = 25 absender_email = 'noreply@media-techport.de' -empfaenger_email = 'system@media-techport.de' +empfaenger_email = '' # URL des Forums url = "https://forum.nox.to/index.php?thread/133929-gutschein-angebote/"