Windows key is no longer required in keymap editor

This commit is contained in:
2015-12-17 08:28:20 -06:00
parent b8dfa4a5e8
commit c4fae3b70b
2 changed files with 2 additions and 6 deletions

View File

@@ -179,7 +179,6 @@ class Session(object):
while finished==False and tries < 25:
try:
val = getattr(self.twitter.twitter, call_name)(*args, **kwargs)
print val
finished = True
except TwythonError as e:
output.speak(e.message)