updated readme.txt
This commit is contained in:
@@ -204,40 +204,40 @@ def create_customer():
|
||||
else:
|
||||
the_state = 'MA'
|
||||
|
||||
if response_customer_town == 0:
|
||||
the_town = 'Auburn'
|
||||
elif response_customer_state == 1:
|
||||
the_town = 'Charlton'
|
||||
elif response_customer_state == 2:
|
||||
the_town = 'Cherry Valley'
|
||||
elif response_customer_state == 3:
|
||||
the_town = 'Dudley'
|
||||
elif response_customer_state == 4:
|
||||
the_town = 'Grafton'
|
||||
elif response_customer_state == 5:
|
||||
the_town = 'Leicester'
|
||||
elif response_customer_state == 6:
|
||||
the_town = 'Millbury'
|
||||
elif response_customer_state == 7:
|
||||
the_town = 'N Oxford'
|
||||
elif response_customer_state == 8:
|
||||
the_town = 'Oxford'
|
||||
elif response_customer_state == 9:
|
||||
the_town = 'Rochdale'
|
||||
elif response_customer_state == 10:
|
||||
the_town = 'Shrewsbury'
|
||||
elif response_customer_state == 11:
|
||||
the_town = 'Southbridge'
|
||||
elif response_customer_state == 12:
|
||||
the_town = 'Spencer'
|
||||
elif response_customer_state == 13:
|
||||
the_town = 'Sturbridge'
|
||||
elif response_customer_state == 14:
|
||||
the_town = 'Webster'
|
||||
elif response_customer_state == 15:
|
||||
the_town = 'Worcester'
|
||||
else:
|
||||
the_town = 'NA'
|
||||
# if response_customer_town == 0:
|
||||
# the_town = 'Auburn'
|
||||
# elif response_customer_town == 1:
|
||||
# the_town = 'Charlton'
|
||||
# elif response_customer_town == 2:
|
||||
# the_town = 'Cherry Valley'
|
||||
# elif response_customer_town == 3:
|
||||
# the_town = 'Dudley'
|
||||
# elif response_customer_town == 4:
|
||||
# the_town = 'Grafton'
|
||||
# elif response_customer_town == 5:
|
||||
# the_town = 'Leicester'
|
||||
# elif response_customer_town == 6:
|
||||
# the_town = 'Millbury'
|
||||
# elif response_customer_town == 7:
|
||||
# the_town = 'N Oxford'
|
||||
# elif response_customer_town == 8:
|
||||
# the_town = 'Oxford'
|
||||
# elif response_customer_town == 9:
|
||||
# the_town = 'Rochdale'
|
||||
# elif response_customer_town == 10:
|
||||
# the_town = 'Shrewsbury'
|
||||
# elif response_customer_town == 11:
|
||||
# the_town = 'Southbridge'
|
||||
# elif response_customer_town == 12:
|
||||
# the_town = 'Spencer'
|
||||
# elif response_customer_town == 13:
|
||||
# the_town = 'Sturbridge'
|
||||
# elif response_customer_town == 14:
|
||||
# the_town = 'Webster'
|
||||
# elif response_customer_town == 15:
|
||||
# the_town = 'Worcester'
|
||||
# else:
|
||||
# the_town = 'NA'
|
||||
|
||||
|
||||
geolocator = Nominatim(user_agent="auburnoil")
|
||||
|
||||
Reference in New Issue
Block a user