X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fcommod-results-processor;h=d322c1c7b682638d14c861b573386e97d81cc279;hb=0da2ddd243bf88c4961cf8a1deb8d174c18976c0;hp=e53bbb58c1351283043d6371abfc4bc0589fe9d5;hpb=1c640671a7ee8d30ee80c393822fa02ef3da0031;p=ypp-sc-tools.db-live.git diff --git a/yarrg/commod-results-processor b/yarrg/commod-results-processor index e53bbb5..d322c1c 100755 --- a/yarrg/commod-results-processor +++ b/yarrg/commod-results-processor @@ -129,16 +129,18 @@ sub main__arbitrage () { $info.= sprintf("%-13.13s| %-19.19s %4d| %-19.19s %4d|%3d x%3d =%3d\n", $commod, - $buys[0]{Stall},$buys[0]{Price}, $sells[0]{Stall},$sells[0]{Price}, + $buys[0]{Stall},$buys[0]{Price}, $qty, $pricediff, $tprofit); sub arb_subtract_qty (\@) { my ($verbs) = @_; my $verb= shift @$verbs; + my $vqty= $verb->{Qty}; + $vqty =~ s/^\>//; unshift @$verbs, { Stall => $verb->{Stall}, Price => $verb->{Price}, - Qty => $verb->{Qty} - $qty + Qty => $vqty - $qty }; } arb_subtract_qty(@buys); @@ -447,6 +449,8 @@ sub main__uploadyarrg () { my $respcontent= yarrgpostform($ua, \%o); $respcontent =~ m/^OK\b/ or die "$respcontent ?"; + $respcontent =~ s/^/ /mg; + print $respcontent,"\n"; } sub main__uploadpctb () {