Pavel Loginov 2021-11-05 14:55:05 +06:00
parent 86235b54d0
commit a38d2661cd
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@
{{ line }} {{ line }}
</span><br /> </span><br />
{% endif %} {% endif %}
{%- if "bind" in line and "@" not in line and "-" not int line -%} {%- if "bind" in line and "@" not in line and "-" not in line -%}
{%- set bind = line.split(':')[1] -%} {%- set bind = line.split(':')[1] -%}
{%- set bind = bind.split(' ') -%} {%- set bind = bind.split(' ') -%}
<script> <script>