all
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package com.auction;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Troostwijk Auction Scraper");
|
||||
System.out.println("Use TroostwijkScraper class to run the scraper. 3");
|
||||
public static void main(String[] args) throws Exception {
|
||||
System.out.println("Starting Troostwijk Auction Scraper...");
|
||||
//TroostwijkScraper.main(args);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user