ErnGusMik / python-tello

Formatted string passed to logging module PYL-W1203
Performance
Minor
1 occurrence in this check
Use lazy % formatting in logging functions
 78        logging.info("             Drone Script             ")
 79        logging.info("--------------------------------------")
 80
 81        logging.debug(f"Current port for UDP connection: {str(port)}") 82
 83        logging.info("          Checking network...         \r\n")
 84        time.sleep(0.5)