diff options
author | Eric Callahan <arksine.code@gmail.com> | 2022-06-09 11:43:22 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-06-10 11:23:04 -0400 |
commit | 1b6ab6583301344711b79133cf71288ea85c5764 (patch) | |
tree | 2a830e977b5e252d381d9d3f096c86895341a9f3 | |
parent | 3e1719bdbbdca7c2eceea9aca8999d4b9908b0f2 (diff) | |
download | kutter-1b6ab6583301344711b79133cf71288ea85c5764.tar.gz kutter-1b6ab6583301344711b79133cf71288ea85c5764.tar.xz kutter-1b6ab6583301344711b79133cf71288ea85c5764.zip |
flash_usb: update shebang to python3
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
-rwxr-xr-x | scripts/flash_usb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/flash_usb.py b/scripts/flash_usb.py index 32f8be91..b45afeff 100755 --- a/scripts/flash_usb.py +++ b/scripts/flash_usb.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # Tool to enter a USB bootloader and flash Klipper # # Copyright (C) 2019 Kevin O'Connor <kevin@koconnor.net> |