mirror of
https://github.com/sys-nyx/red-arch.git
synced 2025-05-06 08:45:31 -04:00
fix subreddit name casing bugs, resolves #3
This commit is contained in:
parent
43a93e1a04
commit
83fb77b41c
3 changed files with 22 additions and 21 deletions
|
@ -214,4 +214,6 @@ if __name__ == '__main__':
|
|||
if args.self_only:
|
||||
self_only = True
|
||||
|
||||
args.subreddit = args.subreddit.lower()
|
||||
|
||||
fetch_links(args.subreddit, args.date_start, args.date_stop, args.limit, args.score, self_only)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue