Hello @LittleBit670

I think reading the UUID twice in a short time could be the issue. Try changing below line:

# status.setText(str(str((rfid.read_card_uid())))) status.setText(str(savedcard))

Thanks
Felix