Merge pull request #129 from JavanZhu/master

Fix crash bug when click FastWQ option in ubuntu.
This commit is contained in:
sthoo 2019-03-09 23:34:25 +08:00 committed by GitHub
commit a38e0dc258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ cambridge_download_img = True
class Cambridge(WebService):
def __init__(self):
super(Cambridge, self).__init__()
super().__init__()
def _get_url(self):
return cambridge_url_base