Minor Fix
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ const request = require('request');
|
||||
const cheerio = require('cheerio');
|
||||
const sortJson = require('sort-json');
|
||||
var vm = require("vm")
|
||||
const airport_json = require('world_airports.json')
|
||||
const airport_json = require('./world_airports.json')
|
||||
var fs = require("fs")
|
||||
var json = {}
|
||||
var progress = 0
|
||||
|
||||
Reference in New Issue
Block a user