Google phones

main
Bob Mottram 2021-05-11 13:41:21 +01:00
parent 6929fb8c96
commit c2ec9fe40b
1 changed files with 9 additions and 1 deletions

10
city.py
View File

@ -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)