This website works better with JavaScript.
Home
Explore
Help
Sign In
E2L_Ivry
/
cours-python
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
whitespace cleanup
master
Dimitri Merejkowsky
5 years ago
parent
cdeb8dcd00
commit
db8b2cbf4c
1 changed files
with
1 additions
and
2 deletions
Split View
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
View File
@@ -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()