uwu
This commit is contained in:
parent
d287f47ae6
commit
499485ddda
1 changed files with 2 additions and 1 deletions
3
main.py
3
main.py
|
@ -35,7 +35,8 @@ def main():
|
|||
}
|
||||
|
||||
while True:
|
||||
rand_time = randint(60_000, 120_000)
|
||||
e = 10_000
|
||||
rand_time = randint(60_000 - e, 60_000 + e)
|
||||
data = make_data(rand_time)
|
||||
|
||||
print(data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue