mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +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);
|
||||
$bar->advance(count($buffer));
|
||||
$bar->finish();
|
||||
$this->info('Successfully imported ' . $count . ' entries.');
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue