ups
This commit is contained in:
parent
e1a85406d8
commit
b3029fc341
|
@ -11,7 +11,7 @@ def do():
|
|||
fullTxt = t.strip()
|
||||
titleReg = r'Title: (.*?)\n'
|
||||
timeReg = r'Time: (.*?)\n'
|
||||
time = findRe(fullTxt, time)
|
||||
time = findRe(fullTxt, timeReg)
|
||||
outfile = "tapes/%d.html" % (counter,)
|
||||
title = findRe(fullTxt, titleReg)
|
||||
print title
|
||||
|
|
Loading…
Reference in New Issue
Block a user