mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-11 02:52:28 +00:00
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:
@@ -2,7 +2,7 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__title__ = 'RFD CLI'
|
||||
__author__ = 'Dave Gallant'
|
||||
__license__ = 'Apache 2.0'
|
||||
__copyright__ = '(c) 2018 Dave Gallant'
|
||||
__title__ = "RFD CLI"
|
||||
__author__ = "Dave Gallant"
|
||||
__license__ = "Apache 2.0"
|
||||
__copyright__ = "(c) 2018 Dave Gallant"
|
||||
|
Reference in New Issue
Block a user