JoeBussard / polywordleapi

the api for playing polywordle
0 stars 0 forks source link

Creating new dictionary object for public data #61

Open JoeBussard opened 2 years ago

JoeBussard commented 2 years ago

When requesting the status of a game using v1/get/<uuid> Flask logs Creating new dictionary object for public data for <uuid>. - is it really necessary to create a new object or should this be cached once?