Update config.py

Updated rating_limit to default to empty string
pull/52/head
daghaian 6 years ago committed by GitHub
parent 6f1ad3de62
commit 866c38855a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,7 +89,7 @@ class Config(object, metaclass=Singleton):
'trending': 3,
'popular': 3,
'boxoffice': 10,
'rating_limit':0
'rating_limit':""
},
'shows': {
'interval': 48,

Loading…
Cancel
Save