Ramesh-vani commited on
Commit
35fa4da
·
verified ·
1 Parent(s): 0c42477

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ 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
 
18
  def is_absolute(url):
 
13
  from watchdog.events import FileSystemEventHandler
14
  from bs4 import BeautifulSoup
15
  from urllib.parse import urlparse, urljoin
16
+ import math
17
 
18
 
19
  def is_absolute(url):