summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2017-03-23 00:16:55 +0100
committerCtibor Brančík <ctibor@brancik.cz>2017-03-23 00:16:55 +0100
commit34271d81b00e5000f25642c8d3cc211c9ff01075 (patch)
tree9cf3739c3d3f090417061d38ec1ac16847ea3f06
parent0006b108f9fbb815e1ffee058dfe21db05e19ac1 (diff)
downloadhnizdo-34271d81b00e5000f25642c8d3cc211c9ff01075.tar.gz
hnizdo-34271d81b00e5000f25642c8d3cc211c9ff01075.tar.bz2
Remove unused variable
-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: