Skip to content

Commit bfe063f

Browse files
committed
Fix 'dictionary changed size during iteration' error
1 parent 8335a7e commit bfe063f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

django_socketio/events.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def send(self, request, socket, context, *args):
8080
on_finish = Event() # request, socket, context
8181

8282
# Give each event a name attribute.
83-
8483
d = dict(globals())
8584
for k, v in d.items():
8685
if isinstance(v, Event):

0 commit comments

Comments
 (0)