From 2e870c37962031e78511f2440c52209883ee3a56 Mon Sep 17 00:00:00 2001 From: Robert Miles Date: Fri, 11 Jan 2019 15:56:56 -0500 Subject: [PATCH] Change RSS post feed to be "links" instead of "title" It looks better this way. --- coroutines/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coroutines/__init__.py b/coroutines/__init__.py index 9c27359..14af24d 100644 --- a/coroutines/__init__.py +++ b/coroutines/__init__.py @@ -25,7 +25,7 @@ coroutines = [ "worker": use(RSS), "interval": 6, "state": { - "alias": "title", + "alias": "links", "source": "https://tilde.news/newest.rss", "use": "title", "channels": ["#meta", "#tildeverse"]