Tony rebase plx?

master
daz 2013-12-07 21:16:05 +01:00
parent ccd0453cd6
commit cd3a72f8c7
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ def conclave(request, width, height):
width, height = int(width), int(height)
if width == 0 or height == 0:
return HttpResponse("8====D~~~~")
if (width+height) > 9000:
return HttpResponse("ITS OVER NEIN THOUSAND!!!11")
aspect_ratio = round(width/height, decimal_places)
try: