iranathan / robloxapi

A python module for using the roblox api
MIT License
33 stars 13 forks source link

Update Group.py #2

Closed ghost closed 5 years ago

ghost commented 5 years ago

1) Usage of str in f string isn't necessary. 2) Unassigned 'id'. Did you mean userid?

ghost commented 5 years ago

https://github.com/iranathan/robloxapi/blob/83e25f5dfba00417b580898088767c820775c562/robloxapi/User.py#L19-L20 Do you intend to pass an int to UsernameById? If so, then it's going to error. This would be an appropriate case where str is necessary.

iranathan commented 5 years ago

ahhh. Thank you! I needed someone to clean up my mess this will be added in the next update