This commit is contained in:
mixedpuppy 2010-10-15 15:17:43 -07:00
Родитель f9458171d0
Коммит b6dc0e97cd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -85,7 +85,7 @@ The 'send' namespace is used to send updates to our supported services.
u = urlparse(longurl)
if not u.scheme:
longurl = 'http://' + longurl
shorturl = Link.get_or_create(longurl)
shorturl = Link.get_or_create(longurl).short_url
args['shorturl'] = shorturl
# send the item.