You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vocab_list.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
print("- Enter a list of words and this program will return their definitions from Google, Oxford or Wikipedia - Whichever \nis available(in that order)")
8
8
print("- As this program is still in alpha, the software might not be stable. Please contact the developer if you face any bugs :)")
9
9
print()
10
-
print("Alpha version 0.2.4")
11
-
print("This version has been updated to the latest ChromeDriver version + HUGE fix for retrieving info from Wikipedia.")
10
+
print("Alpha version 0.2.5")
11
+
print("This version now comes with an update feature that automatically updates chromedriver to the latest version.")
12
12
print()
13
13
print("Developled by museHD @ https://github.com/musehd/vocab-list-gen")
0 commit comments