Changelog: https://roxy-wi.org/changelog.py#6_0_2
This commit is contained in:
Pavel Loginov
2022-05-24 22:29:29 +03:00
parent 281008f0d2
commit 8988e1a00e
8 changed files with 80 additions and 155 deletions

View File

@@ -17,14 +17,8 @@ try:
except Exception:
pass
template = template.render(h2=0,
title="RunTime API",
role=role,
user=user,
select_id="serv",
selects=servers,
token=token,
user_services=user_services,
servbackend=servbackend)
print(template)
rendered_template = template.render(
h2=0, title="RunTime API", role=role, user=user, select_id="serv", selects=servers, token=token,
user_services=user_services, servbackend=servbackend
)
print(rendered_template)