diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2017-03-23 00:16:55 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2017-03-23 00:16:55 +0100 |
commit | 34271d81b00e5000f25642c8d3cc211c9ff01075 (patch) | |
tree | 9cf3739c3d3f090417061d38ec1ac16847ea3f06 /cgi-bin | |
parent | 0006b108f9fbb815e1ffee058dfe21db05e19ac1 (diff) | |
download | hnizdo-34271d81b00e5000f25642c8d3cc211c9ff01075.tar.gz hnizdo-34271d81b00e5000f25642c8d3cc211c9ff01075.tar.bz2 |
Remove unused variable
Diffstat (limited to 'cgi-bin')
-rw-r--r-- | cgi-bin/link.py | 1 |
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: |