diff --git a/.gitignore b/.gitignore index 06301f0..7b691da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build/* -token.py \ No newline at end of file +thetoken.py +__pycache__/ \ No newline at end of file diff --git a/generaterecords.py b/generaterecords.py index 1701213..89c24d1 100644 --- a/generaterecords.py +++ b/generaterecords.py @@ -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")