diff --git a/sources/marvel/marvel_start.py b/sources/marvel/marvel_start.py index 9d8f695..0a88c59 100644 --- a/sources/marvel/marvel_start.py +++ b/sources/marvel/marvel_start.py @@ -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())