We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d1837 commit f5409faCopy full SHA for f5409fa
server/endpoints/version.py
@@ -24,7 +24,7 @@
24
async def process(server: plugins.basetypes.Server, session: plugins.session.SessionObject, indata: dict) -> dict:
25
return {
26
"version": server.config.server.version,
27
- "version_string": ".".join([str(x) for x in server.config.server.version])
+ "version_string": ".".join([str(x) for x in server.config.server.version]),
28
}
29
30
0 commit comments