diff --git a/twitfix.py b/twitfix.py index e2b16f4..c655f9a 100644 --- a/twitfix.py +++ b/twitfix.py @@ -515,7 +515,7 @@ def api_v1_status(tweet_id): tweet_id = int(tweet_id[1:]) else: args = tweet_id.split(activityseparator) - embedIndex = int(args[0]) + embedIndex = int(args[0])-1 tweet_id = int(args[1]) if len(args)>2: lang=args[2]