numat / mfc

Python driver and command line tool for MKS mass flow controllers.
GNU General Public License v2.0
8 stars 1 forks source link

read_timeout deprecation #5

Closed alexrudd2 closed 2 years ago

alexrudd2 commented 2 years ago
/opt/homebrew/lib/python3.9/site-packages/mfc/driver.py:76: DeprecationWarning: read_timeout is deprecated, use timeout argument instead
  self.session = aiohttp.ClientSession(read_timeout=self.timeout)