quick static fix

This commit is contained in:
Joel Klimont 2022-02-16 13:45:36 +01:00
parent 30a5567a6c
commit 4a62019556

View file

@ -183,10 +183,10 @@
<dl class="py method">
<dt id="compLib.Api.Seeding.get_cargo">
<em class="property">static </em><code class="sig-name descname">get_cargo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">color</span><span class="p">:</span> <span class="n">str</span></em><span class="sig-paren">)</span> &#x2192; Tuple<span class="p">[</span>Dict<span class="p">, </span>int<span class="p">]</span><a class="headerlink" href="#compLib.Api.Seeding.get_cargo" title="Permalink to this definition"></a></dt>
<dd><p>Makes the /api/listCargo call to the api.</p>
<dd><p>Makes the /api/getCargo call to the api.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>color</strong> Color parameter which specifies which cargo should be taken. (A string which is either “green”, “red”, “yellow” or “blue”</p>
<dd class="field-odd"><p><strong>color</strong> Color parameter which specifies which cargo should be taken. (A string which is either “green”, “red”, “yellow” or “blue”)</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>Json Object and status code as returned by the api.</p>