You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your hack of a regex isn't working anymore
I had to modify it: voice.py:75,
galx = re.search(r'name="GALX".*?value="([^"]+)"', content,
re.MULTILINE|re.DOTALL).group(1)
This isn't much better, but it works, for now.
Original issue reported on code.google.com by m...@realrunners.com on 12 Jan 2014 at 6:42
Original issue reported on code.google.com by
m...@realrunners.comon 12 Jan 2014 at 6:42