Update app.py
Browse files
app.py
CHANGED
@@ -421,7 +421,7 @@ def test():
|
|
421 |
ea=ea.strip().strip("\n")
|
422 |
print(ea)
|
423 |
try:
|
424 |
-
a,b = sitemap(ea,None,
|
425 |
except Exception as e:
|
426 |
print (e)
|
427 |
|
|
|
421 |
ea=ea.strip().strip("\n")
|
422 |
print(ea)
|
423 |
try:
|
424 |
+
a,b = sitemap(ea,None,1)
|
425 |
except Exception as e:
|
426 |
print (e)
|
427 |
|