From 2acc184c0279b0c648b56d988268a646824fc664 Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 28 Apr 2018 15:48:22 -0400 Subject: [PATCH] Update reddit_bapcs.py --- reddit_bapcs.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reddit_bapcs.py b/reddit_bapcs.py index 57a661e..eba442c 100644 --- a/reddit_bapcs.py +++ b/reddit_bapcs.py @@ -8,12 +8,12 @@ class RedditBAPCS: submissions = None # Keywords/Categories Lists - - listing_seek = [""] - listing_category = ["GPU"] + listing_seek = ["GTX1080", "I7-7700K"] + listing_category = ["GPU", "CPU", "PSU"] # Optional Parameters - - allow_stream = True - search_limit = 1024 + allow_stream = True #DEFAULT True + search_limit = 1024 #DEFAULT 1024 def __init__(self): print("RedditBAPCS Initialized!")