Accessing Binance client account with binance-connector python

I can’t seem to access the client account with my key and secret key. Is there something I should know why it’s not working?

from binance.spot import Spot

client = Spot(key=‘my key copypaste’, secret=‘my secret key copypaste’’)
print(client.account()) → not working

FOUND IT JESUS my clock was not sync with the binance time so I synced it and it works fine!