mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
typos
This commit is contained in:
@@ -33,8 +33,7 @@ class GithubAPI(Search):
|
||||
msg = resp_json.get('message')
|
||||
logger.log('ERROR', msg)
|
||||
return False
|
||||
else:
|
||||
return True
|
||||
return True
|
||||
|
||||
def search(self):
|
||||
"""
|
||||
@@ -104,4 +103,4 @@ def run(domain):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
run('exmaple.com')
|
||||
run('example.com')
|
||||
|
||||
Reference in New Issue
Block a user