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

2.1.0 patch8 issue 127 #142

Merged
merged 5 commits into from
Oct 16, 2021
Merged

2.1.0 patch8 issue 127 #142

merged 5 commits into from
Oct 16, 2021

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    85fb836 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    bc7503d View commit details
    Browse the repository at this point in the history
  2. Don't convert limits of 1000 to None

    There's no real reason to do this as they come out as the same due to Reddit's API limitations, and removing the `None` conversion allows an optimisation in `main.py`.
    MurdoMaclachlan authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    65cb7ef View commit details
    Browse the repository at this point in the history
  3. Optimise API calls

    - Calling comment.body once in main.py and simply passing the body into all these functions significantly reduces the number of calls
    - Re-arranging how checkArray() works and splitting the if statement in remover() will utilise Python's lazy evaluation to reduce the number of API calls for people with subredditList and userList disabled
    - Also improved the typing of some functions
    MurdoMaclachlan authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    a36f98e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Bump version number

    MurdoMaclachlan authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    d4133e8 View commit details
    Browse the repository at this point in the history