generated from lucien/api-template
Increase sleep duration in share emission and purchase logic to 30 seconds
This commit is contained in:
parent
df6417e3ea
commit
9b0985c33c
2 changed files with 2 additions and 2 deletions
|
@ -62,5 +62,5 @@ if __name__ == "__main__":
|
|||
shareId = randint(0, len(shares) - 1)
|
||||
buyShare(randint(0, len(shareholders) - 1), shareId, shares[shareId]["price"] + randint(-20, 20))
|
||||
|
||||
sleep(4)
|
||||
sleep(30)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue