Skip to content

Commit 1f1689c

Browse files
Update mp3Clan_top_web_scraper.py
1 parent ea3f42e commit 1f1689c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

song_scraper_GUI/mp3Clan_top_web_scraper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def findMySong(song_name):
4747
cnt += 1
4848
else:
4949
break
50-
except:
51-
print("could not find any song")
50+
except NoSuchElementException:
51+
print("no files found")
5252
continue
5353
except NoSuchElementException:
5454
print("big error")

0 commit comments

Comments
 (0)