Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
DeiantV committed Aug 30, 2023
1 parent 9103114 commit d35823b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion easy_infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def download_from_url(url):
m = Mega()
m.download_url(url, zips_path)
elif "/tree/main" in url:
print("/tree/main")
response = requests.get(url)
soup = BeautifulSoup(response.content, 'html.parser')
temp_url = ''
Expand Down

0 comments on commit d35823b

Please sign in to comment.