Mod should be based on the current count.
This commit is contained in:
parent
df5dc5c3cc
commit
316adb33df
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ foreach my $videoURL (@allVideoLinks) {
|
|||
print STDERR ".... already have.\n";
|
||||
next;
|
||||
}
|
||||
if ( ($startCount % 10) == 0) {
|
||||
if ( ($count % 10) == 0) {
|
||||
print STDERR " ... redoing login ...";
|
||||
&redo_login;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue