]> git.sesse.net Git - foosball/blobdiff - recalc-single-result.pl
Small change to make it easier to observe batch runs.
[foosball] / recalc-single-result.pl
index fb77fd4689a44abbefa6a93c3dc31a4d65d15c02..d2c7a69e774d84103d8bba31513aad648805191d 100755 (executable)
@@ -8,6 +8,8 @@ require 'foosball.pm';
 use foosrank;
 no warnings 'once';
 
+$| = 1;
+
 my $dbh = foosball::db_connect();
 $dbh->{AutoCommit} = 0;