Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a new cli option, --delay-range. The in-stock check will use a … #399

Open
wants to merge 5 commits into
base: development
Choose a base branch
from

Commits on Dec 8, 2020

  1. Added a new cli option, --delay-range. The in-stock check will use a …

    …random delay within the specified range.
    
    The default value for this is (None, None) because I needed a way to check for the existence of, and utilize, the main `delay` option.
    Unless we specify a default, the click library complains. Might be a bug in click.
    caustiq committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    4b83f2b View commit details
    Browse the repository at this point in the history
  2. Fix delay range log message.

    caustiq committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    3177c31 View commit details
    Browse the repository at this point in the history
  3. Adjust formatting for Black.

    caustiq committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    cbfbe90 View commit details
    Browse the repository at this point in the history
  4. Restore comment

    caustiq committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    bee9f3e View commit details
    Browse the repository at this point in the history
  5. Revert "Restore comment"

    This reverts commit bee9f3e.
    caustiq committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    a10eca5 View commit details
    Browse the repository at this point in the history