OreosLab / SSRSpeedN

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