Script: update_mks_robin.py does not work

Basic Information:

Printer Model: Flsun Q5
MCU / Printerboard:MKS Robin Nano V1.2
klippy.log

Fill out above information and in all cases attach your klippy.log file. Pasting your printer.cfg is not needed

Describe your issue:

I wanted to flash a Flsun Q5 on Klipper today. I noticed that the script needed to update Robin_nano.bin doesn’t work. In the script the path: !/usr/bin/env python2 is required. but this does not exist. instead, the following path must be stored in the script: !/usr/bin/python3.

Yes I had this issue too for Fokoos Odin. Fix in OP works.

Meanwhile fixed in the latest Klipper GitHub