Mythus commited on
Commit
364a770
·
verified ·
1 Parent(s): a515975

Update filmpertutti.py

Browse files
Files changed (1) hide show
  1. filmpertutti.py +1 -1
filmpertutti.py CHANGED
@@ -77,7 +77,7 @@ def get_mamma(tmbda,ismovie):
77
  return showname,date
78
 
79
  def search(query,date):
80
- response= httpx.get(query, headers=headers)
81
  print(response.text)
82
  print("HERE IT ENDS RESPONSE")
83
  soup = BeautifulSoup(response.text, 'html.parser')
 
77
  return showname,date
78
 
79
  def search(query,date):
80
+ response= httpx.get(query)
81
  print(response.text)
82
  print("HERE IT ENDS RESPONSE")
83
  soup = BeautifulSoup(response.text, 'html.parser')