I keep getting the error TypeError: 'NoneType' object is not subscriptable

后端 未结 0 1678
甜味超标
甜味超标 2021-01-28 08:15
import imaplib, email, os

user = \'blank\'
password = \'blank\'
imap_url = \'imap.gmail.com\' 
attachment_dir = \'blank\'
def auth(user,password,imap_url):
    con = im         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题