Skip to content

Commit

Permalink
Rebuild jar
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Aug 5, 2024
1 parent 27bfdc2 commit e8847a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified code/palace_project_export/palace_project_export.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ public static void main(String[] args){
//Do work here
boolean updatesRun;
if (singleWorkId == null) {
//updatesRun = exportPalaceProjectData();
updatesRun = false;
updatesRun = exportPalaceProjectData();
//updatesRun = false;
} else {
//exportSinglePalaceProjectTitle(singleWorkId);
System.out.println("Palace Project does not currently support extracting individual records.");
Expand Down

0 comments on commit e8847a3

Please sign in to comment.