Deelight-fr
Results
2
issues of
Deelight-fr
Bitstamp API seems to refuse requests without user-agent. I added a fake user-agent around here to make it work again: https://github.com/kmadac/bitstamp-python-client/blob/35b9a61f3892cc281de89963d210f7bd5757c717/bitstamp/client.py#L80 Example: ``` kwargs['headers'] = { 'User-Agent': 'Mozilla/5.0 (Windows NT...
I don't think it's possible to obtain the amount of free space available on a share with pysmb at the moment (but maybe i'm wrong), but this would be a...