diff options
Diffstat (limited to 'py/demo/Ice/hello/Server.py')
-rw-r--r-- | py/demo/Ice/hello/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/Ice/hello/Server.py b/py/demo/Ice/hello/Server.py index f64b48709a1..0aa60636223 100644 --- a/py/demo/Ice/hello/Server.py +++ b/py/demo/Ice/hello/Server.py @@ -29,4 +29,4 @@ class Server(Ice.Application): return True app = Server() -sys.exit(app.main(sys.argv, "config")) +sys.exit(app.main(sys.argv, "config.server")) |