don’t call a file “token”
This commit is contained in:
parent
5cf3b61aad
commit
11d6a7071b
2 changed files with 4 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
build/*
|
||||
token.py
|
||||
thetoken.py
|
||||
__pycache__/
|
|
@ -1,5 +1,5 @@
|
|||
import discogs_client,re,time,token
|
||||
d = discogs_client.Client("Python/1.0",user_token=token.discogstoken)
|
||||
import discogs_client,re,time,thetoken
|
||||
d = discogs_client.Client("Python/1.0",user_token=thetoken.discogstoken)
|
||||
|
||||
user = d.user("pilpaotr")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue