From 2e0ad552b9963f4c92511558ede0c48ce3dd677f Mon Sep 17 00:00:00 2001 From: thalescherubino <33007800+thalescherubino@users.noreply.github.com> Date: Sat, 9 Oct 2021 10:42:16 -0500 Subject: [PATCH] Commented lines 2439,2440,2441. Those lines prevent phasmerge to run in some server. --- phasmerge.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phasmerge.py b/phasmerge.py index af5d352..ce79278 100644 --- a/phasmerge.py +++ b/phasmerge.py @@ -2436,9 +2436,9 @@ def usagedata(): ### Send # Send the message via our own SMTP server. # print("Sending settings file") - s = smtplib.SMTP('localhost') - s.send_message(msg) - s.quit() + #s = smtplib.SMTP('localhost') + #s.send_message(msg) + #s.quit() return None @@ -2854,4 +2854,4 @@ def main(): ####################################### #### POSSIBLE PENDING ISSUES########### -## None \ No newline at end of file +## None