print version fized

parent 9e8f9db8
......@@ -255,7 +255,7 @@ def purchaseProduct(request):
if not PRODUCT_EXISTS:
orderedProducts[p_uuid] = products[p_uuid]
print orderedProducts
print(orderedProducts)
return HttpResponse(status=204)
## TODO: Implement a webservice in server for downloading those non-existing L1C products. ##
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment