Projekt Fehler behoben

This commit is contained in:
Joshua
2018-12-04 16:43:32 +01:00
parent 2dbfd0141a
commit 54196f3794

View File

@@ -163,6 +163,8 @@ public class ModulesList extends HTTPService {
try {
JSONObject site = sites.getJSONObject(i);
String semester_string = site.getJSONObject("props").optString("term_eid", null);
if (semester_string == null)
continue;
Semester semester = new Semester(semester_string);
HashSet<String> lvNumbers = new HashSet<>();
String kvv_lvnumbers = site.getJSONObject("props").optString("kvv_lvnumbers", null);