Updated syntax for player binary.
This commit is contained in:
parent
5eafed5485
commit
8c09bbc3e9
1 changed files with 1 additions and 3 deletions
|
@ -258,9 +258,7 @@ int main(int argc, char** argv){
|
|||
in_out.setBlocking(true);
|
||||
}else{
|
||||
lasttime = Util::epoch();
|
||||
//insert proper header for this type of data
|
||||
JSON::Value toSend = source.getJSON();
|
||||
toSend.sendTo(in_out);
|
||||
source.getJSON().sendTo(in_out);
|
||||
}
|
||||
}else{
|
||||
Util::sleep(10);
|
||||
|
|
Loading…
Add table
Reference in a new issue