Stefan Schuermans commited on 2014-05-04 12:38:30
Showing 1 changed files, with 1 additions and 1 deletions.
| ... | ... |
@@ -43,7 +43,7 @@ class Receiver: |
| 43 | 43 |
else: |
| 44 | 44 |
pause = False |
| 45 | 45 |
# store info from PoSy packet |
| 46 |
- print("name=%s pos=%.3fs puase=%s" % (name, pos_ms * 1e-3, pause))
|
|
| 46 |
+ print("name=%s pos=%.3fs pause=%s" % (name, pos_ms * 1e-3, pause))
|
|
| 47 | 47 |
|
| 48 | 48 |
def run(self): |
| 49 | 49 |
"""run application""" |
| 50 | 50 |