from scoring.redis_state import check_velocity


ip = "192.0.2.55"

result = check_velocity(ip)

print(result)
