Site updated at 2016-11-06 13:45:37 UTC

This commit is contained in:
Travis CI 2016-11-06 13:45:37 +00:00
parent 94cea2e152
commit 291e0d3149
23 changed files with 37 additions and 37 deletions

View file

@ -139,7 +139,7 @@ Then you should update your configuration to:</p>
<li>Use this code to generate a code:</li>
</ul>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">0b11000{{ range(0,700) | random | int }}bc0cfe0{{ range(0,10) | random | int }}010f70</span>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">0b11000{{ range(100,700) | random | int }}bc0cfe0{{ range(0,10) | random | int }}010f70</span>
</code></pre>
</div>