diff options
author | 3D Print PT <86446936+3dprintpt@users.noreply.github.com> | 2023-01-17 23:31:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 18:31:31 -0500 |
commit | 3935f78543867d8a0587bb07ad1f3beeeb600b4c (patch) | |
tree | ae0e15c1b56dc4a4b409e775de7d98e43c4582f9 | |
parent | 80943d3846f6952081f4a04f223551b3c80825b3 (diff) | |
download | kutter-3935f78543867d8a0587bb07ad1f3beeeb600b4c.tar.gz kutter-3935f78543867d8a0587bb07ad1f3beeeb600b4c.tar.xz kutter-3935f78543867d8a0587bb07ad1f3beeeb600b4c.zip |
scripts: Update update_mks_robin.py for Python3 (#5985)
Signed-off-by: Márcio Pereira <3dprintpt@gmail.com>
-rwxr-xr-x | scripts/update_mks_robin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_mks_robin.py b/scripts/update_mks_robin.py index 6ab54242..0500492d 100755 --- a/scripts/update_mks_robin.py +++ b/scripts/update_mks_robin.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # Script to update firmware for MKS Robin bootloader # # Copyright (C) 2020 Kevin O'Connor <kevin@koconnor.net> |