Ramesh-vani commited on
Commit
3fed169
·
verified ·
1 Parent(s): 6a94ae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ import requests
12
  from watchdog.observers import Observer
13
  from watchdog.events import FileSystemEventHandler
14
  from bs4 import BeautifulSoup
 
15
 
16
  def auto_detect_mode(content):
17
  if isinstance(content, str):
 
12
  from watchdog.observers import Observer
13
  from watchdog.events import FileSystemEventHandler
14
  from bs4 import BeautifulSoup
15
+ from urllib.parse import urlparse, urljoin
16
 
17
  def auto_detect_mode(content):
18
  if isinstance(content, str):