diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-01-30 19:19:30 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-01-30 19:19:30 +0000 |
commit | 0882d73ca1ba4c84ce24c946548c80d9e4d1c04e (patch) | |
tree | 605e2284e175e80477fd7b6a6e9e2a2fcae94236 /apps/links | |
parent | 7300519c054838511ba2584394620d0841b88e5f (diff) |
added topics to posts
Diffstat (limited to 'apps/links')
-rw-r--r-- | apps/links/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/links/utils.py b/apps/links/utils.py index b94f196..9acbd52 100644 --- a/apps/links/utils.py +++ b/apps/links/utils.py @@ -109,7 +109,7 @@ def sync_delicious_links(*args, **kwargs): email_link(l) if l.status == 1: pass - post_to_tumblr(l) + #post_to_tumblr(l) #send_to_deliciousfb(l) if(dupe): break |