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.
2 parents 0a0c3ed + 25b2375 commit 865c385Copy full SHA for 865c385
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