Skip to content

Commit

Permalink
fix buffer status change
Browse files Browse the repository at this point in the history
  • Loading branch information
nxi committed Sep 3, 2024
1 parent a824040 commit 17f5724
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ void runBatch() {
//
// @Override
// public void run() {
batchStatus = BatchStatus.RUNNING;
batchStatus = BatchStatus.EXECUTING;
JSONObject json = new JSONObject();
try {
json.put(SicsChannel.JSON_KEY_STATUS, ServerStatus.DRIVING);
Expand Down

0 comments on commit 17f5724

Please sign in to comment.