Skip to content

Commit b52a44f

Browse files
committed
modified: buildstack.py
1 parent af39894 commit b52a44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildstack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def main():
189189

190190
}
191191
if (args.consent_anonymous_data_collect.upper() == 'YES' or args.consent_anonymous_data_collect.upper() == 'Y'):
192-
r = http.request('POST', "https://ksacb35t5m.execute-api.us-east-1.amazonaws.com/v1/track", body=json.dumps(payload).encode('utf-8'), headers={'Content-Type': 'application/json'})
192+
r = http.request('POST', "https://6q5bdekmff.execute-api.us-east-1.amazonaws.com/v1/track", body=json.dumps(payload).encode('utf-8'), headers={'Content-Type': 'application/json'})
193193

194194

195195
try_count = 1 #Initialize counter to keep track of regions in a loop

0 commit comments

Comments
 (0)