Add show table update, add matches list creator
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user