1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-10-14 15:33:43 +03:00

Changed "app.exec_" by "app.exec" for future pyqt6

This commit is contained in:
Adolfo Gómez García
2021-08-21 23:06:19 +02:00
parent e637f208bd
commit 1b7076e645
4 changed files with 4 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ def main(args: typing.List[str]):
window.showMinimized()
sys.exit(app.exec_())
sys.exit(app.exec())
if __name__ == "__main__":
main(args=sys.argv)