shortened wait time

This commit is contained in:
2022-06-04 19:14:12 +02:00
parent cd7d6e0ba8
commit d9a121c4f3

View File

@ -27,7 +27,7 @@ for i, r, l in zip(num, ran, let):
kwargs = {} if i < 10 else {"x": 123} kwargs = {} if i < 10 else {"x": 123}
c.add_row(index=i, random=r, string=l, **kwargs) c.add_row(index=i, random=r, string=l, **kwargs)
sleep(2) sleep(1)