Skip to content

Commit

Permalink
'durf'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdeboard committed Nov 9, 2010
1 parent a244d1a commit 3b80fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ragedraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ def createimage(text, outfile):
image.save('static/ragetext.jpg')

def returnbaseimage(self):
image = Image.open("static/ragetext.jpg")
image = Image.open("static/rageface.jpg")
return image.filename

2 changes: 1 addition & 1 deletion webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def GET(self):
return render.formtest(form)

def POST(self):
imgname = "static/rageface.jpg"
imgname = "static/ragetext.jpg"
form = input_form()
if not form.validates():
return render.formtest(form)
Expand Down

0 comments on commit 3b80fc8

Please sign in to comment.