FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 094da269 authored by Silas S. Brown's avatar Silas S. Brown
Browse files

Update src/play.py

parent ae779001
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ def digitPrefix(v): # in case we don't have regexp library
l = []
for d in list(v):
if '0' <= d <= '9': l.append(d)
else: break
return intor0(''.join(l))
sox_effect=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment