Skip to content

Commit

Permalink
Hide auth in listing
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo committed Oct 24, 2024
1 parent ef1002f commit a6ada7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 3-listadowifiupv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit a6ada7b

Please sign in to comment.