Add show table update, add matches list creator

This commit is contained in:
2020-10-31 20:26:47 +01:00
parent f85ecdc357
commit 9026d1c37a
17 changed files with 195 additions and 32 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ public class App {
}
if(!StatusHolder.getError() && !sql.equals("")) {
TippligaSQLConnector con = new TippligaSQLConnector();
// con.executeUpdate(sql);
con.executeUpdate(sql);
logger.info(beautifulInfo);
}
if(StatusHolder.getError()) {