From a6ada7b23fe7b4f9407e327317fb235b32f9471c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Iranzo=20G=C3=B3mez?= Date: Thu, 24 Oct 2024 13:04:30 +0200 Subject: [PATCH] Hide auth in listing --- 3-listadowifiupv.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3-listadowifiupv.py b/3-listadowifiupv.py index 265b6c8..011b627 100755 --- a/3-listadowifiupv.py +++ b/3-listadowifiupv.py @@ -77,4 +77,5 @@ if "1_3_20210707032324pm" in soci["campsDinamics"]: if soci["campsDinamics"]["1_3_20210707032324pm"] == 1: autoriza = 1 - print("%s,%s,%s,%s" % (nif, cognom, nom, autoriza)) + # print("%s,%s,%s,%s" % (nif, cognom, nom, autoriza)) + print("%s,%s,%s" % (nif, cognom, nom))