|
@@ -6,6 +6,7 @@ require "cgi"
|
|
|
|
|
|
|
|
require_relative "../lib/enrich"
|
|
require_relative "../lib/enrich"
|
|
|
require_relative "../lib/log"
|
|
require_relative "../lib/log"
|
|
|
|
|
+require_relative "../lib/util"
|
|
|
TABLE = ENV.fetch("TABLE_NAME") # run_all.sh -> da_kentish
|
|
TABLE = ENV.fetch("TABLE_NAME") # run_all.sh -> da_kentish
|
|
|
# Set this to the exact page you use for Kentish (from your original file)
|
|
# Set this to the exact page you use for Kentish (from your original file)
|
|
|
URL = "https://www.kentish.tas.gov.au/services/building-and-planning-services/planningapp"
|
|
URL = "https://www.kentish.tas.gov.au/services/building-and-planning-services/planningapp"
|