Skip to content

Commit e74a333

Browse files
fono09massongit
andauthored
Update plugins/hato.py
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
1 parent 9336081 commit e74a333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/hato.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def altitude(place: str):
263263
if 'Property' in data and 'Altitude' in data['Property']:
264264
altitude_ = data['Property']['Altitude']
265265
altitude_str = f'{altitude_:,}'
266-
return f'{place_name}の標高は{altitude_str}mっぽ!')
266+
return f'{place_name}の標高は{altitude_str}mっぽ!'
267267

268268
return '標高を取得できなかったっぽ......'
269269

0 commit comments

Comments
 (0)