except Exception

master
Comma Device 2019-11-06 21:47:18 +00:00
parent 37ce507ae9
commit 512ab3f2f0
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ if __name__ == "__main__":
if claim:
panda.serial_write(port_number, ln)
time.sleep(0.01)
except:
except Exception:
print("panda disconnected!")
time.sleep(0.5);