irc
4.97 KB
-
Correct sleep calls · e545d102
Looks like we import "from time import sleep" but were calling "time.sleep" which is scoped into the wrong namespace.
Dave Rawks committed
Looks like we import "from time import sleep" but were calling "time.sleep" which is scoped into the wrong namespace.