Skip to content

Commit

Permalink
you can paint the bike shed any color you want
Browse files Browse the repository at this point in the history
  • Loading branch information
kellan committed Apr 15, 2009
1 parent ad5f0a5 commit 9517988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Expand Up @@ -85,6 +85,8 @@ def revcanonical(self, url):
shorts.append(l)
elif e[1].count('short_url'):
shorts.append(l)
elif e[1].count('shortlink'):
shorts.append(l)
elif e[0] == 'rev':
if e[1].count('canonical'):
shorts.append(l)
Expand Down

0 comments on commit 9517988

Please sign in to comment.