1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Need to make sure that this is a list/tuple idk

This commit is contained in:
Alexandre Aubin 2019-08-25 01:24:07 +02:00
parent a72f00a913
commit 648148260b

View file

@ -33,7 +33,7 @@ DATABASES = {
},
}
FEEDS = (('ffdn', 'http://www.ffdn.org/fr/rss.xml', 3))
FEEDS = (('ffdn', 'http://www.ffdn.org/fr/rss.xml', 3),)