From e52a9545f7e14e0eda5e78d6bb255f019cab4f87 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 13 Jul 2017 00:37:25 +0200 Subject: Fix message handler registration and advanced README example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 5e52aca..a06509a 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,7 @@ Advanced Usage def time_observer(_name, value): # Here, _value is either None if nothing is playing or a float containing # fractional seconds since the beginning of the file. - print('Now playing at {:.2f}s'.format(value))) + print('Now playing at {:.2f}s'.format(value)) player.fullscreen = True player.loop = 'inf' -- cgit