pause at end of execution
This commit is contained in:
parent
67e8cac72b
commit
5b749a997e
@ -61,6 +61,7 @@ if __name__ == "__main__":
|
||||
# 2-element list holding number of files, number of attachments
|
||||
numfiles = [sum(i) for i in zip(*res)]
|
||||
print("Done: Processed {} files with {} attachments.".format(*numfiles))
|
||||
nothin = input('Press Enter to close...')
|
||||
|
||||
def extractBody(msg):
|
||||
for part in msg.walk():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user