-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added fastapi_server and settings file; renamed user-token #35
base: master
Are you sure you want to change the base?
Conversation
|
||
app = FastAPI() | ||
|
||
player_token_name: Dict[str, str] = {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋how would you describe the purpose of each of the player variables? I couldn't tell just by their names.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems to be all possible mappings between token and player name or number. For a start player_token_name is not really used. @luchesar, you mind if we clean up a bit?
No description provided.