You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-12-05 22:56:33 +02:00
Remove a debugging print, fixes #10
This commit is contained in:
@@ -16,7 +16,6 @@ poll {host} proto {protocol} port {port}
|
|||||||
|
|
||||||
|
|
||||||
def fetchmail(fetchmailrc):
|
def fetchmail(fetchmailrc):
|
||||||
print(fetchmailrc)
|
|
||||||
with tempfile.NamedTemporaryFile() as handler:
|
with tempfile.NamedTemporaryFile() as handler:
|
||||||
handler.write(fetchmailrc.encode("utf8"))
|
handler.write(fetchmailrc.encode("utf8"))
|
||||||
handler.flush()
|
handler.flush()
|
||||||
|
|||||||
Reference in New Issue
Block a user