Update PostChecksum with season 2022

This commit is contained in:
Julian Arndt
2021-07-19 15:10:08 +02:00
parent 7efafd5528
commit 284724a6ef
+6 -1
View File
@@ -76,7 +76,12 @@ public class App {
forumId = 15;
String checksum = con.getChecksumOfPost(forumId, configFile);
System.out.println(checksum);
} else {
} else if (season == 2022) {
forumId = 17;
String checksum = con.getChecksumOfPost(forumId, configFile);
System.out.println(checksum);
}
else {
logger.error("Season does not exist");
}
break;