python-binance icon indicating copy to clipboard operation
python-binance copied to clipboard

Allow to actually disable refresh interval

Open dragoon opened this issue 1 year ago • 1 comments

Current implementation of refresh interval doesn't work correct according to the library documentation -- setting the refresh_interval argument to 0 or None will actually set it to default value (30 minutes). My fix doesn't change the behavior as advertised, it will set refresh_interval to default when not specified, and disabled when 0 or None is passed.

dragoon avatar Nov 19 '23 19:11 dragoon

related https://github.com/sammchardy/python-binance/issues/1365

dragoon avatar Nov 19 '23 19:11 dragoon

Thanks @dragoon

sammchardy avatar Aug 14 '24 07:08 sammchardy