aboutsummaryrefslogtreecommitdiffstats
path: root/examples/network/threadedfortuneserver/threadedfortuneserver.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/threadedfortuneserver/threadedfortuneserver.py')
-rw-r--r--examples/network/threadedfortuneserver/threadedfortuneserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/threadedfortuneserver/threadedfortuneserver.py b/examples/network/threadedfortuneserver/threadedfortuneserver.py
index f79573d69..0722d4739 100644
--- a/examples/network/threadedfortuneserver/threadedfortuneserver.py
+++ b/examples/network/threadedfortuneserver/threadedfortuneserver.py
@@ -151,4 +151,4 @@ if __name__ == '__main__':
app = QApplication(sys.argv)
dialog = Dialog()
dialog.show()
- sys.exit(dialog.exec_())
+ sys.exit(dialog.exec())