From 70c1171c9f4642a25d7eb18ad37edb77b9d929f7 Mon Sep 17 00:00:00 2001 From: zhangkaibin0921 <82947463+zhangkaibin0921@users.noreply.github.com> Date: Mon, 25 Dec 2023 16:11:17 +0800 Subject: [PATCH] Found a word that was misspelled --- bolt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt.py b/bolt.py index b80337c..9b920b5 100644 --- a/bolt.py +++ b/bolt.py @@ -262,7 +262,7 @@ def extractForms(url): originalLength = len(response.text) print ('%s Status Code: %s' % (info, originalCode)) print ('%s Content Length: %i' % (info, originalLength)) -print ('%s Checking if the resonse is dynamic.' % run) +print ('%s Checking if the response is dynamic.' % run) response = requester(origUrl, origData, headers, origGET, 0) secondLength = len(response.text) if originalLength != secondLength: