Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

v1.2.1

Compare
Choose a tag to compare
@MurdoMaclachlan MurdoMaclachlan released this 05 Feb 20:22
· 500 commits to master since this release
4542f5e

Cleanup/Optimisation

  • Minor optimisation improvements in log.py, misc.py and statistics.py
  • update() now uses smaller None-type instead of needlessly initialising an empty array
  • Removed time.sleep() statement from comment checker (see note 1)

Documentation

  • Added --version option to print the currently installed version.
  • Removed credits from start of main.py (see note 2)

Dependencies

  • praw; require >= 7.1.2.
  • alive_progress; require >= 1.6.1.

Bug Fixes

  • #16: Recursion error on initialising Reddit instance with empty Redditor (fixed upstream in either PRAW 7.1.1)

Notes

  1. This was only there to slow down comment checking for debugging purposes.
  2. This should have been committed in 1.2.0, but I somehow didn't.