Skip to content

Commit ef90206

Browse files
committed
fix variable referenced before assignment
1 parent a175bab commit ef90206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_mailbox/transports/gmail.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def _connect_oauth(self, username):
3333
)
3434

3535
access_token = None
36+
google_email_address = username
3637
while access_token is None:
3738
try:
3839
access_token = get_google_access_token(username)

0 commit comments

Comments
 (0)