Skip to content

Commit

Permalink
Update reddit_bapcs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckBoss authored Apr 28, 2018
1 parent acdd6f5 commit 2acc184
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reddit_bapcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!")
Expand Down

0 comments on commit 2acc184

Please sign in to comment.