casychow / DesktopPet_Eui

A small, mobile desk robot that helps alleviate the physical, emotional, and mental problems frequently faced by desk workers. This is my NYU Tandon Senior Design Project.
0 stars 0 forks source link

Indentation bug in library function #15

Closed ffund closed 3 years ago

ffund commented 3 years ago

On running demo.py:

Traceback (most recent call last):
  File "demo.py", line 1, in <module>
    from stubby_eui import *
  File "/home/pi/sp21/DesktopPet_Eui/stubby_eui.py", line 41
    try:
       ^
TabError: inconsistent use of tabs and spaces in indentation
casychow commented 3 years ago

Fixed tab/indentation issues