mirror of
https://github.com/JDM170/SaveWizard
synced 2025-04-20 22:30:42 +07:00
Update
* small README update * change exec() to exec_() * added config parsing when app starting up * setup.py fixes (for cx_Freeze build) * updated requirements Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
@@ -9,4 +9,4 @@ if __name__ == '__main__':
|
||||
app = QApplication(argv)
|
||||
win = EditorWindow()
|
||||
win.show()
|
||||
exit(app.exec())
|
||||
exit(app.exec_())
|
||||
|
||||
Reference in New Issue
Block a user