shayypy / guilded.py

Asynchronous Guilded API wrapper for Python
https://guildedpy.rtfd.io
Other
135 stars 25 forks source link

Fix missing import and incorrect variable name #3

Closed wxMichael closed 3 years ago

wxMichael commented 3 years ago

re was used without importing, and an undefined variable f was used to reference a file object, causing setup to fail.