Need help understanding. New to SunPy

Customize our user agent on CI #6308

I have been trying to understand this issue but been a bit confused . Can anyone guide me in the right direction?
How should I get started with understanding this issue?

Hello,

What part is the issue is confusing you?

When someone uses sunpy to make a network call:
sunpy/parfive_helpers.py at main · sunpy/sunpy · GitHub is added to each call.

The goal of the issue is to modify this when the tests make a network call so we can seperate users from our continuous integration tests. This would allow the services we use to tell us how many of the network calls they get are from humans.

Hopefully that helps.

1 Like

Thank you @nabobalis !
It helped clearing up the working a bit. I’ll experiment around it!