DexterInd / BrickPi

The BrickPi Project Combining the Raspberry Pi and LEGO MINDSTORMS
263 stars 167 forks source link

time not imported but needed for time.sleep() #37

Closed graykevinb closed 7 years ago

graykevinb commented 7 years ago

the time module is not imported but time.sleep() is called. time.sleep() is called on line 113

DexterInd commented 7 years ago

Hey @graykevinb , which file are we referring to here?

graykevinb commented 7 years ago

Oh, so sorry. I forgot to say that. Apparently you figured it out from my pull request. Just for the record ita this one: https://github.com/DexterInd/BrickPi/blob/master/Software/BrickPi_Python/Project_Examples/browserBot/RPi_Server_Code.py