mirror of https://github.com/Desuuuu/klipper.git
flash_usb: update shebang to python3
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
3e1719bdbb
commit
1b6ab65833
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue