updated docker and proxy service
This commit is contained in:
parent
6cb6eb192c
commit
a7cca4d4a1
3 changed files with 25 additions and 22 deletions
|
|
@ -10,7 +10,8 @@ async function demonstrateCustomProxySource() {
|
|||
logger.info('🔧 Demonstrating custom proxy source...');
|
||||
|
||||
try {
|
||||
const count = await proxyService.fetchProxiesFromSources();
|
||||
await proxyService.fetchProxiesFromSources();
|
||||
console.log('🔧 Demonstrating custom proxy source is DONE!');
|
||||
} catch (error) {
|
||||
logger.error('❌ Custom source scraping failed',{
|
||||
error: error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue