Browse Source

Fix typo in comments

master
Dimitri Merejkowsky 5 years ago
parent
commit
1feea2634a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sources/marvel/marvel_start.py

+ 1
- 1
sources/marvel/marvel_start.py View File

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