From 34271d81b00e5000f25642c8d3cc211c9ff01075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Thu, 23 Mar 2017 00:16:55 +0100 Subject: Remove unused variable --- cgi-bin/link.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cgi-bin') diff --git a/cgi-bin/link.py b/cgi-bin/link.py index cfc1f0a..b0e6560 100644 --- a/cgi-bin/link.py +++ b/cgi-bin/link.py @@ -56,7 +56,6 @@ class Link: date=os.path.splitext(date[1]) date=date[0] curdate=datetime.datetime.strptime(date, "%Y%m%d%H%M") - pm = delta[:0] if delta.endswith('m'): num = 10 else: -- cgit v1.2.3