mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-16 13:30:02 +01:00
disable debugging
This commit is contained in:
parent
5499f6e3e0
commit
f71cbc10ca
|
|
@ -102,7 +102,7 @@ def run(typ,freq,data):
|
|||
#
|
||||
server = smtplib.SMTP(globals.config.get("eMail", "smtp_server"), globals.config.get("eMail", "smtp_port"))
|
||||
# debug-level to shell (0=no debug|1)
|
||||
server.set_debuglevel(1)
|
||||
server.set_debuglevel(0)
|
||||
|
||||
# if tls is enabled, starttls
|
||||
if globals.config.get("eMail", "tls"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue