summaryrefslogtreecommitdiff
path: root/cgi-bin/link.py
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/link.py')
-rw-r--r--cgi-bin/link.py1
1 files changed, 0 insertions, 1 deletions
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: