mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-31 05:10:45 -06: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:
|
||||
try:
|
||||
val = getattr(self.twitter.twitter, call_name)(*args, **kwargs)
|
||||
print val
|
||||
finished = True
|
||||
except TwythonError as e:
|
||||
output.speak(e.message)
|
||||
|
Loading…
x
Reference in New Issue
Block a user