Skip to content

Commit

Permalink
Fix stupid mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ocalvo authored and nijel committed Jul 13, 2020
1 parent 0cfd632 commit ad2b766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gammu/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def run(self):
break
# Read the device to catch possible incoming events
try:
self._poll_func(self._sm)
self._pull_func(self._sm)
except Exception as ex:
self._callback("ReadDevice", None, ex, 0)

Expand Down

0 comments on commit ad2b766

Please sign in to comment.