mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-05 05:26:07 -04:00
Minor changes in session controller
This commit is contained in:
@@ -179,6 +179,7 @@ class Session(object):
|
|||||||
while finished==False and tries < 25:
|
while finished==False and tries < 25:
|
||||||
try:
|
try:
|
||||||
val = getattr(self.twitter.twitter, call_name)(*args, **kwargs)
|
val = getattr(self.twitter.twitter, call_name)(*args, **kwargs)
|
||||||
|
print val
|
||||||
finished = True
|
finished = True
|
||||||
except TwythonError as e:
|
except TwythonError as e:
|
||||||
output.speak(e.message)
|
output.speak(e.message)
|
||||||
|
Reference in New Issue
Block a user