From b86db9f1679c855c2d39a0b116f846d271271a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 19 Jun 2016 21:31:54 +0200 Subject: Add pirate example config.yml + description --- helpers/music_file.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helpers/music_file.py') diff --git a/helpers/music_file.py b/helpers/music_file.py index 36a7dd9..b834104 100644 --- a/helpers/music_file.py +++ b/helpers/music_file.py @@ -56,3 +56,5 @@ class MusicFile: value = 100 self.sound.set_volume(value / 100) + def wait_end(self): + pass -- cgit v1.2.3