소스 검색

Fix variable name spelling.

pull/8/merge
Ben Kurtovic 11 년 전
부모
커밋
2d9b604ebe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      commands/weather.py

+ 1
- 1
commands/weather.py 파일 보기

@@ -63,7 +63,7 @@ class Weather(Command):
if "error" in res["response"]:
try:
desc = res["response"]["error"]["description"]
desc = desc[0].upper() + des[1:]
desc = desc[0].upper() + desc[1:]
if desc[-1] not in (".", "!", "?"):
desc += "."
except (KeyError, IndexError):


불러오는 중...
취소
저장