diff options
Diffstat (limited to 'cron/sync_links.py')
-rw-r--r-- | cron/sync_links.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cron/sync_links.py b/cron/sync_links.py index 21b42e6..e516bfe 100644 --- a/cron/sync_links.py +++ b/cron/sync_links.py @@ -8,6 +8,5 @@ sys.path.append('/home/luxagraf/webapps/django1_2/luxagraf/lib/utils') sys.path.append('/home/luxagraf/webapps/django/lib/python2.6/') os.environ['DJANGO_SETTINGS_MODULE'] = 'settings' -from links import utils -#utils.sync_magnolia_links() -utils.sync_delicious_links()
\ No newline at end of file +from links import retriever +retriever.sync_delicious_links()
\ No newline at end of file |