title fix for the version int - Thanks to Dniel97

This commit is contained in:
Midorica 2023-02-22 12:20:50 -05:00
parent fff7eb4666
commit b300bb302b
1 changed files with 1 additions and 1 deletions

View File

@ -71,4 +71,4 @@ class TitleServlet():
self.logger.warn(f"{code} does not dispatch POST")
return b""
return index.render_POST(request, endpoints["version"], endpoints["endpoint"])
return index.render_POST(request, int(endpoints["version"]), endpoints["endpoint"])