diff --git a/main.py b/main.py index ee465b62bae886e794e6504504605d56b0861f9c..6c3ce68e8cee2c76ba4577633d5148dd6271ce2f 100644 --- a/main.py +++ b/main.py @@ -1,5 +1,5 @@ import os -os.system( 'python RandomClient.py' ) -os.system( 'python RandomClient.py -2 2' ) -os.system( 'python RandomClient.py' ) +os.system( 'python python_xmlrpc_random/RandomClient.py' ) +os.system( 'python python_xmlrpc_random/RandomClient.py -2 2' ) +os.system( 'python python_xmlrpc_random/RandomClient.py' )