Fixed obvious typo, paired with rdw.

master
James Cook 2007-10-08 22:40:47 +00:00
parent fbfd85165c
commit b3b62c3b9e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def postFile(url, filename, verbose=False):
f = open(filename)
body = f.read()
f.close()
llsd_body = llsd.parse(bodY)
llsd_body = llsd.parse(body)
return post(url, llsd_body, verbose=verbose)