Skip to content

Commit

Permalink
Merge pull request #112 from LPSim/fix-room-server
Browse files Browse the repository at this point in the history
fix: HTTPRoomServer info wrong in /version
  • Loading branch information
zyr17 authored Mar 24, 2024
2 parents 5364adc + 9af2668 commit 371e5eb
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 371e5eb

Please sign in to comment.