Pironman5 Path to the Oled Script

Hello,

In the instructions it says to edit the display on the OLED display I would like the script under: sudo nano /opt/pironman/main.py this file no longer exists.
Can someone tell me the correct path?
Or is this only for the Version 2

Thanks

To modify the OLED display of Pironman5:

1.The main code for controlling the OLED display and other functions is located in the pm_auto library’s pm_auto.py file:

2.You need to clone the repository and modify the oled_handler() function in the pm_auto.py file:

3.After making your changes, reinstall pm_auto in the virtual environment:
cd ~/pm_auto
/opt/pironman5/venv/bin/pip3 install ./
4.Then restart the Pironman5 service:
sudo systemctl restart pironman5.service