Skip to content

Commit

Permalink
Fix 403 client error
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfchn committed Oct 15, 2023
1 parent bff17f2 commit 85023be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samfetch/kies.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class KiesConstants:
BINARY_FILE_URL = "https://neofussvr.sslcs.cdngc.net/NF_DownloadBinaryInitForMass.do"

# Binary download url
BINARY_DOWNLOAD_URL = "http://cloud-neofussvr.sslcs.cdngc.net/NF_DownloadBinaryForMass.do"
BINARY_DOWNLOAD_URL = "http://cloud-neofussvr.samsungmobile.com/NF_DownloadBinaryForMass.do"

# Build custom headers so Kies servers will think the
# request is coming from the Kies client.
Expand Down

0 comments on commit 85023be

Please sign in to comment.