mirror of https://gitlab.com/bashrc2/epicyon
More cameras
parent
97245fb952
commit
1b1118ce2f
8
city.py
8
city.py
|
@ -32,7 +32,6 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
|
|||
cameras = [
|
||||
["Apple", "iPhone SE"],
|
||||
["Apple", "iPhone XR"],
|
||||
["Apple", "iPhone 6"],
|
||||
["Apple", "iPhone 7"],
|
||||
["Apple", "iPhone 8"],
|
||||
["Apple", "iPhone 11"],
|
||||
|
@ -43,6 +42,8 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
|
|||
["Apple", "iPhone 13"],
|
||||
["Apple", "iPhone 13 Mini"],
|
||||
["Apple", "iPhone 13 Pro"],
|
||||
["Apple", "iPhone 14"],
|
||||
["Apple", "iPhone 14 Pro"],
|
||||
["Samsung", "Galaxy Note 20 Ultra"],
|
||||
["Samsung", "Galaxy S20 Plus"],
|
||||
["Samsung", "Galaxy S20 FE 5G"],
|
||||
|
@ -59,6 +60,8 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
|
|||
["Samsung", "Galaxy S10e"],
|
||||
["Samsung", "Galaxy S10 5G"],
|
||||
["Samsung", "Galaxy A60"],
|
||||
["Samsung", "Note 13"],
|
||||
["Samsung", "Note 13 Plus"],
|
||||
["Samsung", "Note 12"],
|
||||
["Samsung", "Note 12 Plus"],
|
||||
["Samsung", "Note 11"],
|
||||
|
@ -66,6 +69,7 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
|
|||
["Samsung", "Note 10"],
|
||||
["Samsung", "Note 10 Plus"],
|
||||
["Samsung", "Galaxy S22 Ultra"],
|
||||
["Samsung", "Galaxy S22"],
|
||||
["Samsung", "Galaxy S21 Ultra"],
|
||||
["Samsung", "Galaxy Note 20 Ultra"],
|
||||
["Samsung", "Galaxy S21"],
|
||||
|
@ -74,6 +78,8 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
|
|||
["Samsung", "Galaxy Z Fold 2"],
|
||||
["Samsung", "Galaxy A52 5G"],
|
||||
["Samsung", "Galaxy A71 5G"],
|
||||
["Google", "Pixel 7 Pro"],
|
||||
["Google", "Pixel 7"],
|
||||
["Google", "Pixel 6 Pro"],
|
||||
["Google", "Pixel 6"],
|
||||
["Google", "Pixel 5"],
|
||||
|
|
Loading…
Reference in New Issue