bin/checkps in pokerstats-2.0.19 vs bin/checkps in pokerstats-2.1.0

- old
+ new

@@ -69,10 +69,10 @@ puts "=" * file.size puts file puts "=" * file.size STDOUT.sync = true printf("Searching Poker-Edge: ") - players.each {|each| printf("%s ", each); search_poker_edge(each, players_shown)} + players.collect {|each| Thread.new{printf("%s ", each); search_poker_edge(each, players_shown) }}.collect{|each| printf("."); each.value} printf("\n") STDOUT.sync = false puts "=" * file.size reports = statistics.reports printf "%-20s|%3s %4s %4s %5s %5s %5s|%5s %5s %5s|%5s %5s %5s | %s\n", "Screen Name", "Num", "VP$%", "PFR%", "Pre/Pos", "BAtt%", "BDef%", \ No newline at end of file