Changed state codes and added state
-Andaman 35 added -UP changed to 09 from 35 -Uttrakhand changed to 05 from 36
This commit is contained in:
parent
fb8e59234b
commit
4e1a3c1d58
@ -1,5 +1,6 @@
|
|||||||
states = [
|
states = [
|
||||||
'',
|
'',
|
||||||
|
'Andaman and Nicobar Islands',
|
||||||
'Andhra Pradesh',
|
'Andhra Pradesh',
|
||||||
'Arunachal Pradesh',
|
'Arunachal Pradesh',
|
||||||
'Assam',
|
'Assam',
|
||||||
@ -38,6 +39,7 @@ states = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
state_numbers = {
|
state_numbers = {
|
||||||
|
"Andaman and Nicobar Islands": "35",
|
||||||
"Andhra Pradesh": "37",
|
"Andhra Pradesh": "37",
|
||||||
"Arunachal Pradesh": "12",
|
"Arunachal Pradesh": "12",
|
||||||
"Assam": "18",
|
"Assam": "18",
|
||||||
@ -70,7 +72,7 @@ state_numbers = {
|
|||||||
"Tamil Nadu": "33",
|
"Tamil Nadu": "33",
|
||||||
"Telangana": "36",
|
"Telangana": "36",
|
||||||
"Tripura": "16",
|
"Tripura": "16",
|
||||||
"Uttar Pradesh": "35",
|
"Uttar Pradesh": "09",
|
||||||
"Uttarakhand": "36",
|
"Uttarakhand": "05",
|
||||||
"West Bengal": "19"
|
"West Bengal": "19"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user