Skip to content

Commit

Permalink
Serial has no 'path' pos args.
Browse files Browse the repository at this point in the history
  • Loading branch information
TAHRI Ahmed committed Aug 3, 2017
1 parent bb69c95 commit eeb89c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telium/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, path='/dev/ttyACM0', baudrate=9600, timeout=1, debugging=Fals
self._debugging = debugging

self._device = Serial(
path=self._path,
self._path,
baudrate=self._baud,
timeout=timeout
)
Expand Down

0 comments on commit eeb89c3

Please sign in to comment.