From 2cacf20393cb8d6e6bdba81aa3c71d5789653657 Mon Sep 17 00:00:00 2001 From: balki <3070606-balki@users.noreply.gitlab.com> Date: Wed, 19 Dec 2018 02:10:16 -0500 Subject: [PATCH] minor --- mail4one/pop3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mail4one/pop3.py b/mail4one/pop3.py index afb4b02..08f0532 100644 --- a/mail4one/pop3.py +++ b/mail4one/pop3.py @@ -98,6 +98,7 @@ async def auth_stage(): raise AuthError("Already logged in") else: write(ok("Login successful")) + return username except AuthError as ae: write(err(f"Auth Failed: {ae}")) except ClientQuit as c: