X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=rainbowstream%2Frainbow.py;h=14149d9e1ec3c8c586f74f9e5e618dbdcbd304ae;hp=0915e800e7655f2cf57d3c4f1b7e3a9c1e39ff03;hb=8101275ee2ac9e3c315643650c929a1ac227a1ea;hpb=3b9d45936cfcb7d5ad0707f34ba529731fc0ab8b;ds=sidebyside diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 0915e80..14149d9 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -507,7 +507,7 @@ def urlopen(): try: if not g['stuff'].isdigit(): return - tid = c['tweet_dict'][g['stuff']] + tid = c['tweet_dict'][int(g['stuff'])] tweet = t.statuses.show(id=tid) link_ary = [ u for u in tweet['text'].split() if u.startswith('http://')] @@ -1172,8 +1172,7 @@ def theme(): c['DECORATED_NAME'])( '[' + x + ']: ') printNicely(green('Theme changed.')) - except Exception as e: - print e + except: printNicely(red('No such theme exists.'))