提交 b7534eaa 编写于 作者: E Eric Seidel

Fix typo in publish_apk.py

TBR=johnmccutchan@google.com

Review URL: https://codereview.chromium.org/1235813007 .
上级 0f7c0d64
......@@ -57,7 +57,7 @@ def publish_apk(service, package_name, apk_path, changes_text, track):
listing_response = service.edits().apklistings().update(
editId=edit_id, packageName=package_name, language='en-US',
apkVersionCode=apk_response['versionCode'],
body={'recentChanges': changes}).execute()
body={'recentChanges': changes_text}).execute()
print ('Listing for language %s was updated.'
% listing_response['language'])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册