From 67b6f86d20487c748f1794c97e576b73aa5ee5e1 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 4 May 2020 14:08:12 +0200 Subject: [PATCH] fix: [Mails] import --- bin/Mail.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/Mail.py b/bin/Mail.py index bd68873c..550cfe15 100755 --- a/bin/Mail.py +++ b/bin/Mail.py @@ -11,6 +11,8 @@ It apply mail regexes on paste content and warn if above a threshold. """ +import os +import sys import redis import time import datetime