Model Description Not Correct Displayed -- Python

Discussion in 'Shapeways API' started by Bapsite, Feb 22, 2017.

  1. Bapsite
    Bapsite Member
    Hello,

    I've written an uploader in python, and the uploading works great. However, I get some really wierd results in the descrition field.

    In my code i explicit mark the description variable as string by using variable = str(mijn omschrijving), wich should be fine. But i get a bunch of html in my description with the model.

    what i see in the description of my model :

    data-sw-rich-text-area-pre-parse="bbcode"
    placeholder="Description" name="product[details][description]" class="sw-input-text sw-input-text__textarea sw-product-edit-details__description-field">mijn omschrijving

    see screenshot

    Does anyone now what can be wrong ?
     

    Attached Files:

  2. stonysmith
    stonysmith Well-Known Member Moderator
    I've been told that this should be fixed now.
     
  3. Bapsite
    Bapsite Member
    It is :)