Fixup 484bc12681a43cd01fe0189c072ab4230eb32c22 typo

(imported from commit ff4043b6ea0c2389560114dcda6269fd64932cd5)
This commit is contained in:
acrefoot 2013-08-29 18:07:49 +00:00
parent 5d2e155309
commit 8934724b26

View file

@ -110,7 +110,7 @@ def run_mirror():
# in check_permissions, but it may still be empty or corrupted
try:
with open(config.RESUME_FILE) as f:
sinde = f.read()
since = f.read()
since = re.search(r"\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}-\d{2}:\d{2}", since)
assert since, "resume file does not meet expected format"
since = since.string