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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user