fix: 1 minute per real minute
This commit is contained in:
parent
04a765ef5f
commit
d287f47ae6
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -35,7 +35,7 @@ def main():
|
|||
}
|
||||
|
||||
while True:
|
||||
rand_time = randint(120_000, 180_000)
|
||||
rand_time = randint(60_000, 120_000)
|
||||
data = make_data(rand_time)
|
||||
|
||||
print(data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue