Skip to content

Commit 9a582fd

Browse files
Update bots.ts
1 parent 2e7a098 commit 9a582fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deno/bots.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const { QueryExecutionId } = await client.send(
4444
WHERE year = ${date.year}
4545
AND month = ${String(date.month).padStart(2, "0")}
4646
AND day = ${String(date.day).padStart(2, "0")}
47-
AND request_user_agent NOT LIKE 'Guardian/% CFNetwork%'
47+
AND request_user_agent NOT LIKE 'Guardian/%Darwin%'
4848
AND request_user_agent NOT LIKE 'GuardianNews/%'
4949
AND request_user_agent NOT LIKE 'Guardian\%20Editions/%'
5050
AND response_status=200

0 commit comments

Comments
 (0)