From 866c38855acc949c1895ce33c2072370cf8bcadb Mon Sep 17 00:00:00 2001 From: daghaian Date: Mon, 6 Aug 2018 12:28:42 -0700 Subject: [PATCH] Update config.py Updated rating_limit to default to empty string --- misc/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config.py b/misc/config.py index 4716dac..910a4ce 100644 --- a/misc/config.py +++ b/misc/config.py @@ -89,7 +89,7 @@ class Config(object, metaclass=Singleton): 'trending': 3, 'popular': 3, 'boxoffice': 10, - 'rating_limit':0 + 'rating_limit':"" }, 'shows': { 'interval': 48,