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
Fix typo in comments
master
Dimitri Merejkowsky
5 years ago
parent
01225751aa
commit
1feea2634a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
# Authoriz
s
ation stuff
# Authorization stuff
params = dict()
params["apikey"] = public_key
ts = str(time.time())