Skip to content

Commit

Permalink
removed print from terabox.py
Browse files Browse the repository at this point in the history
  • Loading branch information
r0ld3x committed Dec 14, 2023
1 parent 6cfe1a8 commit 3a66249
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terabox.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def get_data(url: str):
)

response = session.get("https://www.terabox.app/share/list", params=params)
print(response.text)
if not response.status_code == 200:
return False
r_j = response.json()
Expand Down

0 comments on commit 3a66249

Please sign in to comment.