mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-02-04 11:07:48 -08:00
chore: remove print and input statements
This commit is contained in:
@@ -211,8 +211,6 @@ class AnimePaheApi(AnimeProvider):
|
||||
)
|
||||
return []
|
||||
# get embed page
|
||||
print(self.session.headers)
|
||||
input()
|
||||
embed_response = self.session.get(
|
||||
embed_url, headers={"User-Agent": self.USER_AGENT, **SERVER_HEADERS}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user