forked from Hay1tsme/artemis
title fix for the version int - Thanks to Dniel97
This commit is contained in:
parent
fff7eb4666
commit
b300bb302b
@ -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"])
|
||||
|
Loading…
Reference in New Issue
Block a user