don’t call a file “token”

This commit is contained in:
mez 2025-04-27 10:06:50 +01:00
parent 5cf3b61aad
commit 11d6a7071b
2 changed files with 4 additions and 3 deletions

View file

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