rull commited on
Commit
932201c
·
verified ·
1 Parent(s): 383e4b5

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -5
index.js CHANGED
@@ -303,10 +303,6 @@ app.all(/^\/y(outube|t)(\/(d(ownload|l)|search)?)?/, async (req, res) => {
303
 
304
  // app.use((req, res, next) => {})
305
 
306
- app.listen(7860, async() => {
307
- if (!browser) {
308
- browser = await utils.getBrowser()
309
- await browser.newPage()
310
- }
311
  console.log('App running on port 7860')
312
  })
 
303
 
304
  // app.use((req, res, next) => {})
305
 
306
+ app.listen(7860, () => {
 
 
 
 
307
  console.log('App running on port 7860')
308
  })