therippa/tesla-bitbar

line 217 should be vehicle.wake_up() instead of v.wake_up()

Closed this issue · 2 comments

current script didn't work until i updated line 217 to vehicle.wake_up() instead of v.wake_up()

    # loop through vehicles, print menu with relevant info       
    for i, vehicle in enumerate(c.vehicles):
        if prefix:
            print get_name(vehicle['display_name'])
        # print vehicle
        vehicle.wake_up()

Should be fixed by #2

Fixed in #2