def get_fps()

in server/app/plugins/machines.py [0:0]


def get_fps():
    if bool(globals()["FPDATA"]):
        return globals()["FPDATA"]
    else:
        return {"HTML": "<h4>Scanning machine fingerprints...</h4>"}