Update gitignore
This commit is contained in:
parent
4d25cde48f
commit
d7fc3752dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ py-env/
|
|||||||
venv/
|
venv/
|
||||||
.vscode/
|
.vscode/
|
||||||
*.ipynb
|
*.ipynb
|
||||||
|
scraper/__pycache__/*
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
from scraper import GameSearch
|
from scraper import GameSearch
|
||||||
|
|
||||||
my_key = "d1d6272bce2366c0a9441c418048dfcca820016a"
|
my_key = ""
|
||||||
|
|
||||||
game_search = GameSearch(my_key)
|
game_search = GameSearch(my_key)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user