Kaydet (Commit) 522180a6 authored tarafından Giampaolo Rodolà's avatar Giampaolo Rodolà

fix smtpd.py I accidentally broke in my previous commit

üst 5fe9cd53
......@@ -413,7 +413,7 @@ class SMTPServer(asyncore.dispatcher):
self.__class__.__name__, time.ctime(time.time()),
localaddr, remoteaddr), file=DEBUGSTREAM)
def handle_accept(self)
def handle_accept(self):
conn, addr = self.accept()
print('Incoming connection from %s' % repr(addr), file=DEBUGSTREAM)
channel = self.channel_class(self, conn, addr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment