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:
parent
a72f00a913
commit
648148260b
1 changed files with 1 additions and 1 deletions
|
@ -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),)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue