Mr-Help commited on
Commit
649314a
Β·
verified Β·
1 Parent(s): 125dc93

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -19,6 +19,7 @@ def print_human_friendly(payload: Dict[str, Any]) -> None:
19
  ("x_email","πŸ“§ x_email (hashed)"),("x_phone","πŸ“± x_phone (hashed)"),
20
  ("x_fn","πŸ§‘ First Name"),("x_ln","πŸ§‘ Last Name"),
21
  ("timestamp","⏱️ Timestamp"),("client_ua","πŸ–₯️ Client UA"),
 
22
  ]
23
  print("\n" + "-"*18 + " πŸ‘€ Human-friendly view " + "-"*18)
24
  label_pad = 20
 
19
  ("x_email","πŸ“§ x_email (hashed)"),("x_phone","πŸ“± x_phone (hashed)"),
20
  ("x_fn","πŸ§‘ First Name"),("x_ln","πŸ§‘ Last Name"),
21
  ("timestamp","⏱️ Timestamp"),("client_ua","πŸ–₯️ Client UA"),
22
+ ("external_id","πŸ†” External ID"),
23
  ]
24
  print("\n" + "-"*18 + " πŸ‘€ Human-friendly view " + "-"*18)
25
  label_pad = 20