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

Updated content-type check. This change addresses the issue where 'watchHour' is not populated. #129

Closed
wants to merge 5 commits into from

Commits on May 10, 2024

  1. Updated content-type check in the condition to handle both "applicati…

    …on/json" and "text/plain" packet types.
    
    This change addresses the issue where 'watchHour' is not populated.
    
    "/stats?sport=lol" content-type changed to text/plain for some reason. This caused 'watchHour' to not be populated as expected. By updating the content-type check in the condition to include both "application/json" and "text/plain" packet types, this issue is resolved.
    
    Affected file: NetworkHandler.py
    ReformedDoge committed May 10, 2024
    Configuration menu
    Copy the full SHA
    afff2cf View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Update Rewards.py

    Potential fix for "New drops not counted" issue
    ReformedDoge authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8a4a1d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Update Rewards.py

    Potential fix for "New Drops not counted" issue. #2 attempt
    ReformedDoge authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    80e6276 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Revert "Updated content-type check in the condition to handle both "a…

    …pplication/json" and "text/plain" packet types."
    
    This reverts commit afff2cf.
    ReformedDoge committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a49c78b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3995e14 View commit details
    Browse the repository at this point in the history