From aa503f0fe88a1ff4fd6dee49211500bc62be7a22 Mon Sep 17 00:00:00 2001 From: likeitneverwentaway Date: Sat, 8 Oct 2016 01:01:39 +0200 Subject: [PATCH] Update config.py to add t411 support --- headphones/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headphones/config.py b/headphones/config.py index 5b819007..e825cc68 100644 --- a/headphones/config.py +++ b/headphones/config.py @@ -274,6 +274,9 @@ _CONFIG_DEFINITIONS = { 'TWITTER_PASSWORD': (str, 'Twitter', ''), 'TWITTER_PREFIX': (str, 'Twitter', 'Headphones'), 'TWITTER_USERNAME': (str, 'Twitter', ''), + 'TQUATTRECENTONZE': (int, 'tquattrecentonze', 0), + 'TQUATTRECENTONZE_PASSWORD': (str, 'tquattrecentonze', ''), + 'TQUATTRECENTONZE_USER': (str, 'tquattrecentonze', ''), 'UPDATE_DB_INTERVAL': (int, 'General', 24), 'USENET_RETENTION': (int, 'General', '1500'), 'UTORRENT_HOST': (str, 'uTorrent', ''),