[Cards] Add new fields to registration

This commit is contained in:
2026-06-27 16:59:06 +02:00
parent 7922e710cf
commit e2db1ecf37
2 changed files with 14 additions and 8 deletions

View File

@@ -233,7 +233,7 @@ def WriteNewCard():
assert rdata == get_list(key)
logger.debug(" - Data written successfully.")
scannerThread.start()
return key
return key, to_hex_string(data=uid, separator=":")
except Exception as e:
logger.error(f"Error in write function: {e}", exc_info=True)