robinhood / thorn

Easy Webhooks for Python
Other
525 stars 60 forks source link

Fixed Python 3.7 Syntax Error #32

Closed MightySCollins closed 6 years ago

MightySCollins commented 6 years ago

Python 3.7 changed the syntax https://bugs.python.org/issue32012. With the comma the below exception is raised.

SyntaxError: Generator expression must be parenthesized
MightySCollins commented 6 years ago

Actually #21 does a better job than this... Should have noticed that.