mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
Add last progressbar advance
This commit is contained in:
parent
6d771819f4
commit
32a6100fed
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ class ImportCities extends Command
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->insertBuffer($buffer, $count);
|
$this->insertBuffer($buffer, $count);
|
||||||
|
$bar->advance(count($buffer));
|
||||||
$bar->finish();
|
$bar->finish();
|
||||||
$this->info('Successfully imported ' . $count . ' entries.');
|
$this->info('Successfully imported ' . $count . ' entries.');
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue