Closed davidhozic closed 2 years ago
Whenever passing xMESSAGE with a randomized period where the numbers are float instead of int ValueError: non-integer stop for randrange() is raised
float
int
ValueError: non-integer stop for randrange()
It is expected for nothing to be raised.
1.9
Decided it's not a bug, but a feature, since having resolution that is less than one full second doesn't make that much sense, since API calls and SQL logging takes up about 100ms
What happened?
Info
Whenever passing xMESSAGE with a randomized period where the numbers are
float
instead ofint
ValueError: non-integer stop for randrange()
is raisedExpected
It is expected for nothing to be raised.
Version
1.9