This commit is contained in:
Jing Ling
2020-09-16 00:31:16 +08:00
parent a1631bf6fc
commit c1ce4cbf3c
+1 -2
View File
@@ -33,7 +33,6 @@ class GithubAPI(Search):
msg = resp_json.get('message')
logger.log('ERROR', msg)
return False
else:
return True
def search(self):
@@ -104,4 +103,4 @@ def run(domain):
if __name__ == '__main__':
run('exmaple.com')
run('example.com')