don't duplicate request.
This commit is contained in:
parent
8fe8af4336
commit
57275ec6bf
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ foreach my $id (sort keys %idsSent) {
|
||||||
$request = undef;
|
$request = undef;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
last if defined $request;
|
||||||
}
|
}
|
||||||
if (not defined $request) {
|
if (not defined $request) {
|
||||||
my $out = "WARNING: We seem to have sent $id an $idsSent{$id} t-shirt that $id didn't request! Ignoring that and contuining...\n";
|
my $out = "WARNING: We seem to have sent $id an $idsSent{$id} t-shirt that $id didn't request! Ignoring that and contuining...\n";
|
||||||
|
|
Loading…
Reference in a new issue