I’m assuming you meant to put
with
beforeopen
, though, correct?
Ah yep sorry. Python is not my usual language
Also, is there a way to check the files on my volume and potentially read them, or does the script need to do this?
I assume you mean just reading the files manually? You can use flyctl ssh console
to ssh into your app and then you can cd /data
and mess around. The flyctl sftp
command also exists for getting and putting files.