diff options
-rwxr-xr-x | bladictionary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bladictionary.py b/bladictionary.py index edfd250..a788458 100755 --- a/bladictionary.py +++ b/bladictionary.py @@ -9,7 +9,7 @@ import sqlite3 import requests from definition import Definition -VERSION = "2.4.2" +VERSION = "2.4.3" def get_xml(word, word_dict): api_url = "http://services.aonaware.com/DictService/DictService.asmx/DefineInDict?dictId="+word_dict+"&word="+word |