Explorar el Código

Fix typo in comments

master
Dimitri Merejkowsky hace 5 años
padre
commit
1feea2634a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      sources/marvel/marvel_start.py

+ 1
- 1
sources/marvel/marvel_start.py Ver fichero

@@ -24,7 +24,7 @@ def main():
# base url
base_url = "http://gateway.marvel.com/v1/public"

# Authorizsation stuff
# Authorization stuff
params = dict()
params["apikey"] = public_key
ts = str(time.time())