File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1349,7 +1349,7 @@ def _get_latitude_for_timezone(self):
13491349 # for the user to edit.
13501350 return (
13511351 self .selected_location_lat
1352- if not self .current_location_lat and self .location_choice == "selected"
1352+ if not self .current_location_lat and self .location_choice == self . LOCATION_SELECTED
13531353 else self .current_location_lat
13541354 )
13551355
@@ -1362,7 +1362,7 @@ def _get_longitude_for_timezone(self):
13621362 # for the user to edit.
13631363 return (
13641364 self .selected_location_lon
1365- if not self .current_location_lon and self .location_choice == "selected"
1365+ if not self .current_location_lon and self .location_choice == self . LOCATION_SELECTED
13661366 else self .current_location_lon
13671367 )
13681368
You can’t perform that action at this time.
0 commit comments