Update setup.py

This commit is contained in:
ofir-frd
2025-02-17 09:26:59 +02:00
committed by GitHub
parent 4d05631519
commit f92dfb056f

View File

@ -45,3 +45,9 @@ if retries > 3:
logger.warning("Maximum retries (3) exceeded")
items = []
for x in data:
if x not in items:
items.append(x)