There was an error while loading. Please reload this page.
2 parents 8374f77 + 9824595 commit 4b50178Copy full SHA for 4b50178
1 file changed
dependency/shell/run.sh
@@ -170,7 +170,7 @@ elif [ "$TERMINAL" = "CLIENT" ]; then
170
171
command="nice -n 0 python3 ${cp_dir}/PyAPI/main.py \
172
-I $CONNECT_IP -P $PORT \
173
- -t $team_id -s $TEAM_SEQ_ID \
+ -t $team_id \
174
-p $player_idx"
175
176
retry_command "$command" > "$output_dir/team${TEAM_SEQ_ID}-$code_name.log" 2>&1 &
@@ -180,7 +180,7 @@ elif [ "$TERMINAL" = "CLIENT" ]; then
180
181
command="nice -n 0 ./$code_name \
182
183
184
185
186
0 commit comments