Skip to content

Commit

Permalink
fix: HTTPRoomServer info wrong in /version
Browse files Browse the repository at this point in the history
  • Loading branch information
zyr17 committed Mar 22, 2024
1 parent ecc1a25 commit 9af2668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lpsim/network/http_room_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async def get_version():
"version_tuple": __version_tuple__,
"support_version": __frontend_version__,
"info": {
"class": "HTTPServer",
"class": "HTTPRoomServer",
},
}

Expand Down

0 comments on commit 9af2668

Please sign in to comment.