You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In three places in src/py_near/prividers.py there's a hardcoded Referer header: "Referer": "https://tgapp.herewallet.app". I don't think it's a good idea to hardcode it in a library, with no possibility to override.
The text was updated successfully, but these errors were encountered:
In three places in
src/py_near/prividers.py
there's a hardcoded Referer header:"Referer": "https://tgapp.herewallet.app"
. I don't think it's a good idea to hardcode it in a library, with no possibility to override.The text was updated successfully, but these errors were encountered: