-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
I am currently using python 3.8, Django 3.0.2 thorn 1.5.2 in Arch Linux. When I try to import thorn to my script it returns following error:
Traceback (most recent call last):
File "authbot.py", line 10, in <module>
from thorn import ModelEvent, webhook_model
File "/home/yorozuya3/Desktop/authtelegrambot/env/lib/python3.8/site-packages/thorn/__init__.py", line 9, in <module>
from .events import Event, ModelEvent
File "/home/yorozuya3/Desktop/authtelegrambot/env/lib/python3.8/site-packages/thorn/events.py", line 282
'__now_' in k for k in keys(self.filter_fields),
^
SyntaxError: Generator expression must be parenthesized
Metadata
Metadata
Assignees
Labels
No labels