OreosLab / SSRSpeedN

Unused variable found PYL-W0612
Anti-pattern
Major
1 occurrence in this check
 85                async with session.get(
 86                    url="https://www.netflix.com/title/70242311"
 87                ) as response2:
 88                    rg = "" 89                    if response2.status == 200:
 90                        logger.info("Netflix test result: Only Original.")
 91                        inner_dict["Ntype"] = "Only Original"