Update run.py
Browse files
run.py
CHANGED
@@ -236,6 +236,7 @@ def responsecritical(
|
|
236 |
return True
|
237 |
|
238 |
def get_value_after_question_mark(url):
|
|
|
239 |
# Find the position of the question mark
|
240 |
question_mark_index = url.find('?')
|
241 |
|
|
|
236 |
return True
|
237 |
|
238 |
def get_value_after_question_mark(url):
|
239 |
+
url=str(url)
|
240 |
# Find the position of the question mark
|
241 |
question_mark_index = url.find('?')
|
242 |
|