Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Humbedooh committed Jul 23, 2021
1 parent b1d1837 commit f5409fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/endpoints/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
async def process(server: plugins.basetypes.Server, session: plugins.session.SessionObject, indata: dict) -> dict:
return {
"version": server.config.server.version,
"version_string": ".".join([str(x) for x in server.config.server.version])
"version_string": ".".join([str(x) for x in server.config.server.version]),
}


Expand Down

0 comments on commit f5409fa

Please sign in to comment.