Fix for #305
This commit is contained in:
+1
-1
@@ -515,7 +515,7 @@ def api_v1_status(tweet_id):
|
|||||||
tweet_id = int(tweet_id[1:])
|
tweet_id = int(tweet_id[1:])
|
||||||
else:
|
else:
|
||||||
args = tweet_id.split(activityseparator)
|
args = tweet_id.split(activityseparator)
|
||||||
embedIndex = int(args[0])
|
embedIndex = int(args[0])-1
|
||||||
tweet_id = int(args[1])
|
tweet_id = int(args[1])
|
||||||
if len(args)>2:
|
if len(args)>2:
|
||||||
lang=args[2]
|
lang=args[2]
|
||||||
|
|||||||
Reference in New Issue
Block a user