Skip to content

Commit

Permalink
Update delete_files_after_mail.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveen2812git authored Aug 10, 2022
1 parent c243a69 commit 465faa4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions delete_files_after_mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ def file_delete():

for f in file_to_delete:
os.remove(f)

if __name__=="__main__":
file_delete()

0 comments on commit 465faa4

Please sign in to comment.