mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
NEw version 10.96
This commit is contained in:
BIN
src/accessible_output2/lib/nvdaControllerClient64.dll
Normal file
BIN
src/accessible_output2/lib/nvdaControllerClient64.dll
Normal file
Binary file not shown.
@@ -43,5 +43,5 @@ class Output(object):
|
||||
def speak(self, **optiont):
|
||||
return False
|
||||
|
||||
def braille(self, **options):
|
||||
def braille(self, *args, **options):
|
||||
return False
|
||||
|
@@ -5,7 +5,7 @@ if snapshot == False:
|
||||
version = "0.80"
|
||||
update_url = 'http://twblue.es/updates/twblue_ngen.json'
|
||||
else:
|
||||
version = "10.95"
|
||||
version = "10.96"
|
||||
update_url = 'http://twblue.es/updates/snapshots_ngen.json'
|
||||
author = u"Manuel Cortéz"
|
||||
authorEmail = "manuel@manuelcortez.net"
|
||||
|
Binary file not shown.
Binary file not shown.
@@ -43,4 +43,5 @@ def create_tweet(user_token, user_secret, text, media=0):
|
||||
"text": text.encode("utf-8"),
|
||||
"media": media}
|
||||
response = requests.post("http://twblue.es/twishort.php", data=data)
|
||||
# print response.json()
|
||||
return response.json()["text_to_tweet"]
|
Reference in New Issue
Block a user