nestole commited on
Commit
2813ac3
1 Parent(s): 1ceac94

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -0
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