From 9b7caa43e210ec1859c2df8717de70f2c7187876 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 9 Dec 2007 22:39:36 +0100 Subject: [PATCH] Small change to make it easier to observe batch runs. --- recalc-single-result.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recalc-single-result.pl b/recalc-single-result.pl index fb77fd4..d2c7a69 100755 --- a/recalc-single-result.pl +++ b/recalc-single-result.pl @@ -8,6 +8,8 @@ require 'foosball.pm'; use foosrank; no warnings 'once'; +$| = 1; + my $dbh = foosball::db_connect(); $dbh->{AutoCommit} = 0; -- 2.39.2