From 855a246bbb33426b9ce8d766e56ec6b12b4a367b Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 4 May 2020 14:09:14 +0200 Subject: [PATCH] fix: [Mails] import --- bin/Mail.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/Mail.py b/bin/Mail.py index 550cfe15..a063ab0a 100755 --- a/bin/Mail.py +++ b/bin/Mail.py @@ -12,6 +12,7 @@ It apply mail regexes on paste content and warn if above a threshold. """ import os +import re import sys import redis import time