]> wagnertech.de Git - SVBaL.git/blobdiff - python/eh_util/eh_app/AWK/util.py
Mitglieder auswählen, aber ohne Mitgliederliste aus Datenbank
[SVBaL.git] / python / eh_util / eh_app / AWK / util.py
index 1948aad8800cf284701471ac9bd603021eca04fa..e5cff66345070b0a1cee956cca4aef2b5e12cfb1 100644 (file)
@@ -5,8 +5,8 @@ import syslog
 from http import cookies
 
 def schreibe_log(eintrag):
-   syslog.openlog("eh_util")
-   syslog.syslog(eintrag) 
+    syslog.openlog("eh_util")
+    syslog.syslog(eintrag) 
 
 def write_http_data(key, value):
     cookie = cookies.SimpleCookie()