fix bug when iterating over all existing posts in a thread (#23)

* fix get posts

* remove tail/head and fix posts command
This commit is contained in:
Dave Gallant
2019-09-15 23:21:40 -04:00
committed by GitHub
parent 57d3983bb4
commit be92e5773d
13 changed files with 140 additions and 168 deletions

View File

@@ -23,7 +23,7 @@ with io.open(path.join(WORKING_DIR, "README.md"), encoding="utf-8") as f:
setup(
author="Dave Gallant",
description="CLI for RedFlagDeals.com",
entry_points={"console_scripts": ["rfd = rfd.rfd_cli:cli"]},
entry_points={"console_scripts": ["rfd = rfd.cli:cli"]},
install_requires=REQUIREMENTS,
keywords="cli redflagdeals",
license="Apache License, Version 2.0",