Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
git-svn-id: http://coltrane-blog.googlecode.com/svn/trunk@63 5f8205a5-902a-0410-8b63-8f478ce83d95
  • Loading branch information
ubernostrum committed Sep 3, 2007
1 parent 94cf7d7 commit 74e94c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.py
Expand Up @@ -232,7 +232,7 @@ def save(self):
if not self.id and self.post_elsewhere:
import pydelicious
# try:
pydelicious.add(settings.DELICIOUS_USER, settings.DELICIOUS_PASSWORD, smart_str(self.url), mart_str(self.title), mart_str(self.tags))
pydelicious.add(settings.DELICIOUS_USER, settings.DELICIOUS_PASSWORD, smart_str(self.url), smart_str(self.title), smart_str(self.tags))
# except:
# pass # TODO: don't just silently quash a bad del.icio.us post
if self.description:
Expand Down

0 comments on commit 74e94c1

Please sign in to comment.