summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2013-06-09 00:41:20 +0200
committerMarian Sigler <m@qjym.de>2013-06-09 00:41:20 +0200
commit79f904dfdcfbddb481eda625471ec66034263018 (patch)
tree36ad75fd872d8b5c52400a31798fc910a68c8cd2
parent1dead49b88b1affad2a336958dc48ea67a25fcee (diff)
downloadtesla-79f904dfdcfbddb481eda625471ec66034263018.tar.gz
tesla-79f904dfdcfbddb481eda625471ec66034263018.tar.bz2
tesla-79f904dfdcfbddb481eda625471ec66034263018.zip
fix error msgHEADmaster
-rw-r--r--rtttl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtttl.py b/rtttl.py
index 3d2b42f..dfc3f86 100644
--- a/rtttl.py
+++ b/rtttl.py
@@ -62,7 +62,7 @@ def parse(s):
m = _rtttl_re.match(tone)
if not m:
- print("Didn't match:",music)
+ print("Didn't match:", tone)
continue
l, t, ld, o = m.groups()