From c1ce4cbf3c994ca009e68670ad74a49ace7d0cbd Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Wed, 16 Sep 2020 00:31:16 +0800 Subject: [PATCH] typos --- modules/search/github_api.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/search/github_api.py b/modules/search/github_api.py index cef1544..7e9b4f2 100644 --- a/modules/search/github_api.py +++ b/modules/search/github_api.py @@ -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')