This message was deleted.
# python
s
This message was deleted.
b
how does this differ from what I wrote? I see that you are calling another function, but can you explain why mine is not workign?
e
apply is async, so it might not run till after the
with open
has ran and closed the file handle
☝️ 1