JoeBussard / polywordleapi

the api for playing polywordle
0 stars 0 forks source link

Replace calls to UUID API with built in module #58

Closed JoeBussard closed 2 years ago

JoeBussard commented 2 years ago

This replaces the API calls to the UUID generator website with Python's built-in uuid module.