robertobucher / pysimCoder

Block diagram editor and real time code generator for Python
GNU General Public License v3.0
142 stars 31 forks source link

Update pyParamsSerial.py #65

Closed Harshitahusts closed 10 months ago

Harshitahusts commented 1 year ago

Fixed a Typo

app = QApplication(sys.argv)
frame = MainWindow()
frame.show()
sys.exit(app.exec_())  # Fix the typo here, add a comment or remove the '#' symbol.