Skip to content

Commit 3406c17

Browse files
authored
Merge pull request #19 from jaqx0r/test
debug: Print the thing being played.
2 parents 3c7aed0 + b2eb591 commit 3406c17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828

2929
def play(u):
30+
print('opening', u)
3031
mf = mad.MadFile(u)
3132

3233
if mf.layer() == mad.LAYER_I:

0 commit comments

Comments
 (0)