added photo upload hook for when uploading all data
This commit is contained in:
parent
9cdb3be62b
commit
ac6a9b822c
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ public class Main {
|
|||
|
||||
Logger.pink("Adding Speeches to DB...");
|
||||
mongoDBHandler.insertSpeeches(speechIndex.getSpeeches());
|
||||
|
||||
Logger.pink("Uploading Member Photos to DB...");
|
||||
mongoDBHandler.uploadMemberPhotos();
|
||||
}
|
||||
|
||||
// Alle Informationen (Parlamentarier, Reden, Kommentare etc.) lesen und in die Mongo-DB einfügen, falls diese noch nicht vorhanden sind.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue