Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/826af1ec1908ba269a530fb61be3be7da5281b56 You should set ROOT_URL correctly, otherwise the web may not work correctly.

remove unused import

pull/146/head
ptalmeida 6 years ago
parent 0b96141df0
commit 826af1ec19

@ -7,7 +7,6 @@ import sys
import requests
from argparse import ArgumentParser, RawDescriptionHelpFormatter
from bs4 import BeautifulSoup as bs
from collections import OrderedDict
def get_rank(domain_to_query):
result = -1

Loading…
Cancel
Save