Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Aug 15, 2011
1 parent d526b1d commit a149a86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib.py
Expand Up @@ -173,8 +173,6 @@ def unshortenurl(short):
opener.open(short)
except IOError, e:
f = e
finally:
f.close()
try:
f = e.args[3]
return f.dict['location']
Expand Down

0 comments on commit a149a86

Please sign in to comment.