From c2ec9fe40bb2370de3d1054d15f0885a2b46c9d3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 11 May 2021 13:41:21 +0100 Subject: [PATCH] Google phones --- city.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/city.py b/city.py index d6e744ecf..d34142908 100644 --- a/city.py +++ b/city.py @@ -57,7 +57,15 @@ def _getDecoyCamera(decoySeed: int) -> (str, str, int): ["Samsung", "Galaxy S20 FE"], ["Samsung", "Galaxy Z Fold 2"], ["Samsung", "Galaxy A52 5G"], - ["Samsung", "Galaxy A71 5G"] + ["Samsung", "Galaxy A71 5G"], + ["Google", "Pixel 5"], + ["Google", "Pixel 4a"], + ["Google", "Pixel 4 XL"], + ["Google", "Pixel 3 XL"], + ["Google", "Pixel 4"], + ["Google", "Pixel 4a 5G"], + ["Google", "Pixel 3"], + ["Google", "Pixel 3a"] ] randgen = random.Random(decoySeed) index = randgen.randint(0, len(cameras) - 1)