diff --git a/smart_speaker_theatre.py b/smart_speaker_theatre.py index d035030..6a3275b 100755 --- a/smart_speaker_theatre.py +++ b/smart_speaker_theatre.py @@ -50,6 +50,7 @@ def on_play_intro(client,userdata,msg): # 'jocavdh:play': False # } # })) + import pdb; pdb.set_trace() path = 'scripts_play/intro/' call(["python3", "act.py", 'scripts_play/intro/introduction_01.txt']) print('The act is over.')