Correct sleep calls
Looks like we import "from time import sleep" but were calling "time.sleep" which is scoped into the wrong namespace.
Showing
Please
register
or
sign in
to comment
Looks like we import "from time import sleep" but were calling "time.sleep" which is scoped into the wrong namespace.