From 19437a846d0cd1646932d6ae3e89341c0cd68b48 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 24 Oct 2013 18:38:27 +0200 Subject: [PATCH] fix timer --- piplayer/player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piplayer/player.py b/piplayer/player.py index d6a3da0..e3d5091 100644 --- a/piplayer/player.py +++ b/piplayer/player.py @@ -46,7 +46,7 @@ class PiPlayer(object): looping = False auto_next = False alsa_device = 'hw:0' - parasite_filter_time = '0.02' + parasite_filter_time = 0.02 def __init__(self, play_dir): # Playlist -- 2.39.5