aj2s

Results 3 comments of aj2s

Here's how I accomplished this using requests, in case it helps anyone else who finds this issue looking for an answer ```python import os import mimetypes import requests from pathlib...

Thanks for the quick triage! That does work, but that's only because there's the call to `print(interface.primary_mac_address)` on line 4. It does not work for me when I *do not...

I have confirmed the call to `save()` is not triggering any network request. From what I understand, that means that the call to _diff detects no change, right? I'm interested...