Add api football files updater
This commit is contained in:
@@ -53,7 +53,7 @@ public class TLWMatchdaysUpdater {
|
||||
|
||||
if(earliestDate.after(now)) {
|
||||
|
||||
String updateStart = "UPDATE phpbb_footb_matches SET ";
|
||||
String updateStart = "UPDATE phpbb_footb_matchdays SET ";
|
||||
String condition = "WHERE season = " + matchdayOriginal.getSeason() + " " +
|
||||
"AND league = " + matchdayOriginal.getLeague() + " " +
|
||||
"AND matchday = " + matchdayOriginal.getMatchday() + ";\n";
|
||||
|
||||
Reference in New Issue
Block a user