From 09950afc8d2f468170c771e9ae7905a46a664ccf Mon Sep 17 00:00:00 2001 From: Uriziel Date: Fri, 21 Sep 2012 16:23:41 +0200 Subject: [PATCH] All players are ready, removed implied arguments --- syncplay/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/client.py b/syncplay/client.py index 841c267..5b74f3a 100644 --- a/syncplay/client.py +++ b/syncplay/client.py @@ -388,7 +388,7 @@ class SyncplayClientManager(object): self.player.set_paused(True) self.askPlayer() - def updateFile(self, filename, duration = None, path = None): + def updateFile(self, filename, duration, path): filename = unicode(filename, errors='replace') self.users.currentUser.filename = filename.encode('ascii','replace') self.sendPlaying()