How to save to text file?

I’m assuming you meant to put with before open , though, correct?

Ah yep sorry. Python is not my usual language :wink:

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.

1 Like