Update setup.py

This commit is contained in:
ofir-frd
2025-02-17 08:46:15 +02:00
committed by GitHub
parent c71ddef331
commit 4d05631519

View File

@ -39,3 +39,9 @@ print("Hello")
def another_function():
print("Yes, ok. Fine.")
print(another_function())
if retries > 3:
logger.warning("Maximum retries (3) exceeded")