Large commit to add support for browsing the inbox
This commit is contained in:
@@ -227,11 +227,11 @@ def main():
|
||||
# headers to avoid a 429 response from reddit.com
|
||||
url = requests.head(config['link'], headers=reddit.http.headers,
|
||||
allow_redirects=True).url
|
||||
|
||||
page.open_submission(url=url)
|
||||
|
||||
# Launch the subreddit page
|
||||
page.loop()
|
||||
while page:
|
||||
page = page.loop()
|
||||
|
||||
except ConfigError as e:
|
||||
_logger.exception(e)
|
||||
|
||||
Reference in New Issue
Block a user