Fedihosting-Foundation / plemmy

A Python package for accessing the LemmyHttp API
Apache License 2.0
45 stars 15 forks source link

Update objects.py to remove comma #25

Closed deliciouslysmug closed 10 months ago

deliciouslysmug commented 10 months ago

extra comma causes init.py to fail due to SyntaxError: invalid syntax

tjkessler commented 10 months ago

Nice catch! Newest version 0.3.10 will include this change, and changes I made to fix Issue https://github.com/tjkessler/plemmy/issues/24.

deliciouslysmug commented 10 months ago

Sweet! Thanks for the quick turnaround :) I was able to install an update to 3.10 and it looks good on my end!