Files
rfd/rfd/__init__.py
Dave Gallant be92e5773d fix bug when iterating over all existing posts in a thread (#23)
* fix get posts

* remove tail/head and fix posts command
2019-09-15 23:21:40 -04:00

9 lines
183 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
__title__ = "RFD CLI"
__author__ = "Dave Gallant"
__license__ = "Apache 2.0"
__copyright__ = "(c) 2018 Dave Gallant"