Explorar el Código

whitespace cleanup

master
Dimitri Merejkowsky hace 5 años
padre
commit
db8b2cbf4c
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      sources/marvel/get-character-description.py

+ 1
- 2
sources/marvel/get-character-description.py Ver fichero

@@ -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()