update README; hide error log
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
# proxylist
|
||||
|
||||
### Setup
|
||||
|
||||
Copy `example.env` to the `.env` and set values as desired
|
||||
|
||||
Run server with `yarn start`
|
||||
|
||||
### Development
|
||||
|
||||
Server can be started with `yarn run start-live` for live reload
|
||||
@@ -76,7 +76,7 @@ const setTimeToFetch = async (proxyList) => {
|
||||
timeToFetch: responseObject.responseTime
|
||||
}
|
||||
}catch (e) {
|
||||
console.log('[ERROR](setTimeToFetch)', type, address);
|
||||
// console.log('[ERROR](setTimeToFetch)', type, address);
|
||||
return {
|
||||
address,
|
||||
type,
|
||||
|
||||
Reference in New Issue
Block a user