Update config.py

BUG: Adding config option to enable table paging reset for pullist
This commit is contained in:
barbequesauce 2018-07-17 13:34:44 -04:00 committed by evilhero
parent 0461fb73c5
commit 796bfed2e5
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ _CONFIG_DEFINITIONS = OrderedDict({
'INDIE_PUB': (int, 'Weekly', 75),
'BIGGIE_PUB': (int, 'Weekly', 55),
'PACK_0DAY_WATCHLIST_ONLY': (bool, 'Weekly', True),
'RESET_PULLIST_PAGINATION': (bool, 'Weekly', True),
'HTTP_PORT' : (int, 'Interface', 8090),
'HTTP_HOST' : (str, 'Interface', '0.0.0.0'),