Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc8ac2 commit 25b2375Copy full SHA for 25b2375
1 file changed
lib/utils/crawler.py
@@ -123,7 +123,7 @@ def crawlThread():
123
test = readInput(message, default="Y")
124
if test[0] not in ("n", "N"):
125
items = None
126
- url = "%s://%s/sitemap.xml" % (conf.scheme, conf.hostname)
+ url = "%s://%s:%d/sitemap.xml" % (conf.scheme, conf.hostname, conf.port)
127
try:
128
items = parseSitemap(url)
129
except:
0 commit comments