From ca69ccb69f85d2a39effb813c15a6592f2a9e99d Mon Sep 17 00:00:00 2001 From: l3uddz Date: Sat, 17 Mar 2018 22:12:57 +0000 Subject: [PATCH] make default automatic 10 anticipated movies --- misc/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config.py b/misc/config.py index 2d3456b..228aae5 100644 --- a/misc/config.py +++ b/misc/config.py @@ -60,7 +60,7 @@ base_config = { }, 'shows': { 'interval': 72, - 'anticipated': 100, + 'anticipated': 10, 'trending': 2, 'popular': 1 }