This commit is contained in:
Γιώργος Αντρέου 2025-05-24 14:20:34 +03:00
parent 8de04e2155
commit 8c32da3fb9

View file

@ -13,4 +13,4 @@ while True:
except RuntimeError: except RuntimeError:
print("Retrying!") print("Retrying!")
time.sleep(0.1) time.sleep(0.1)