summaryrefslogtreecommitdiff
path: root/cron
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-04-23 01:54:13 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-04-23 01:54:13 +0000
commita6d95991f82f6a9a110a3c5e323c7f8d4ab4b3f3 (patch)
treee4f91b0a16d9a0aae1027a973915d8f87d5c55e9 /cron
parenteaa95c860b89693e5ffd9b6df1d1375b2c03a14b (diff)
fixed 404 template and photo importing script
Diffstat (limited to 'cron')
-rw-r--r--cron/sync_photo_sets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/sync_photo_sets.py b/cron/sync_photo_sets.py
index c8b67df..6fec651 100644
--- a/cron/sync_photo_sets.py
+++ b/cron/sync_photo_sets.py
@@ -8,4 +8,4 @@ sys.path.append('/home/luxagraf/webapps/django/lib/python2.5/')
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
from photos import utils
-utils.sync_flickr_photos() \ No newline at end of file
+utils.sync_sets() \ No newline at end of file