mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-04 19:12:28 -04:00
Minor changes in session controller
This commit is contained in:
parent
65c353450e
commit
ba76c74324
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user