fix drop cleanup

This commit is contained in:
quenousimporte 2024-04-10 17:57:34 +02:00
parent a03e5fc26c
commit 93f02d8247
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@ N = 500
if not os.path.isdir('notes'):
os.mkdir('notes')
# def clean(text):
# return "".join(c if c.isalnum() else "_" for c in text)
imap = imaplib.IMAP4_SSL(imapserver)
imap.login(username, password)