And actually import the library required to make the previous commit work ffs

This commit is contained in:
mez 2025-08-16 17:28:48 +01:00
parent 40b27c518b
commit d75874588c

View file

@ -1,4 +1,4 @@
import discogs_client,re,time,thetoken
import discogs_client,os,re,time,thetoken
d = discogs_client.Client("Python/1.0",user_token=thetoken.discogstoken)
user = d.user("pilpaotr")