diff --git a/xbmc-wiimote b/xbmc-wiimote index 1ddc946..1a468e4 100755 --- a/xbmc-wiimote +++ b/xbmc-wiimote @@ -202,7 +202,7 @@ def main(): battperc = 100.0 * wm.state['battery'] / cwiid.BATTERY_MAX print("Wiimote connected (battery: %d%%)" % battperc) xbmc.send_notification(PROGRAM, - "Wiimote connected\n(battery: %d%%)" % battperc) + "Wiimote connected (battery: %d%%)" % battperc) tim.join() # A timeout has occured (due to inactivity), close the connection to # the Wiimote.