Skip to content

Commit 12a4384

Browse files
committed
Change name of useragent
1 parent 2346105 commit 12a4384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openandroidinstaller/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def send_tracking_info(device_code: str, event: str):
204204

205205
headers = {
206206
"Content-Type": "application/json",
207-
"User-Agent": "OpenAndroidInstaller",
207+
"User-Agent": "Desktop-App",
208208
}
209209

210210
# Send the POST request

0 commit comments

Comments
 (0)