This website works better with JavaScript.
首頁
探索
說明
登入
E2L_Ivry
/
cours-python
關註
5
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
whitespace cleanup
master
Dimitri Merejkowsky
5 年之前
父節點
cdeb8dcd00
當前提交
db8b2cbf4c
共有
1 個文件被更改
,包括
1 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
sources/marvel/get-character-description.py
+ 1
- 2
sources/marvel/get-character-description.py
查看文件
@@ -36,8 +36,6 @@ def main():
params["hash"] = digest
# Perform the request
params["name"] = name
url = base_url + "/characters"
@@ -58,5 +56,6 @@ def main():
print("---")
print(body["attributionText"])
if __name__ == "__main__":
main()