Spaces:
Paused
Paused
Update filmpertutti.py
Browse files- 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
|
| 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')
|