summaryrefslogtreecommitdiff
path: root/apps/links/utils.py
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2009-04-13 16:27:38 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2009-04-13 16:27:38 +0000
commite75094fbf7e008d25bbb8f14cb5e9ad6f3ee2403 (patch)
treea56a83c3068b83f01e0f1e632cc1d239b1f95053 /apps/links/utils.py
parentc9a06c5b9604e01df58b8e271917e348d1c29e83 (diff)
updated tumblr code and link gathering code
Diffstat (limited to 'apps/links/utils.py')
-rw-r--r--apps/links/utils.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/links/utils.py b/apps/links/utils.py
index d8463e0..b94f196 100644
--- a/apps/links/utils.py
+++ b/apps/links/utils.py
@@ -108,11 +108,14 @@ def sync_delicious_links(*args, **kwargs):
email_link(l)
if l.status == 1:
+ pass
post_to_tumblr(l)
- send_to_deliciousfb(l)
+ #send_to_deliciousfb(l)
if(dupe):
break
-
+
+
+
"""
b, created = Link.objects.get_or_create(
url = info['href'],