projects
/
SaveMySugar
/
python3-savemysugar.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
4f26f10
)
CallDistanceTransceiver.py: make DummyModem look more like Modem
author
Antonio Ospite <ao2@ao2.it>
Sat, 2 Jan 2016 15:20:59 +0000
(16:20 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Sun, 3 Jan 2016 18:59:49 +0000
(19:59 +0100)
The "response" argument is optional in the get_response() method, this
avoids getting an error when trying to transmit with DummyModem:
TypeError: get_response() missing 1 required positional argument: 'response'
No differences found