aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorEric Callahan <arksine.code@gmail.com>2022-06-09 11:43:22 -0400
committerKevinOConnor <kevin@koconnor.net>2022-06-10 11:23:04 -0400
commit1b6ab6583301344711b79133cf71288ea85c5764 (patch)
tree2a830e977b5e252d381d9d3f096c86895341a9f3 /scripts
parent3e1719bdbbdca7c2eceea9aca8999d4b9908b0f2 (diff)
downloadkutter-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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/flash_usb.py2
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>