ソースを参照

Follow redirects.

tags/v0.1^2
Ben Kurtovic 12年前
コミット
76b7ec2c5d
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
earwigbot/commands/dictionary.py ファイルの表示

@@ -51,7 +51,7 @@ class Dictionary(Command):
except exceptions.SiteNotFoundError:
site = self.bot.wiki.add_site(project="wiktionary", lang=lang)

page = site.get_page(term)
page = site.get_page(term, follow_redirects=True)
try:
entry = page.get()
except (exceptions.PageNotFoundError, exceptions.InvalidPageError):


読み込み中…
キャンセル
保存