Mod should be based on the current count.

This commit is contained in:
Bradley M. Kuhn 2014-08-15 10:19:26 -04:00
parent df5dc5c3cc
commit 316adb33df

View file

@ -131,7 +131,7 @@ foreach my $videoURL (@allVideoLinks) {
print STDERR ".... already have.\n"; print STDERR ".... already have.\n";
next; next;
} }
if ( ($startCount % 10) == 0) { if ( ($count % 10) == 0) {
print STDERR " ... redoing login ..."; print STDERR " ... redoing login ...";
&redo_login; &redo_login;
} }