From 79d6c1e951b9ac796126aba08dc77616d540dfe1 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 4 Sep 2022 16:57:57 +0100 Subject: [PATCH] Update spotify playlists in cron --- etc/crontab | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/crontab b/etc/crontab index 7816329..8807b4a 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,4 +1,5 @@ @weekly ./manage.py update_index @daily ./manage.py clearsessions @daily ./manage.py update_unsplash_photos +@weekly ./manage.py refresh_spotify_playlists */10 * * * * ./manage.py publish_scheduled_pages