Parcourir la source

Follow redirects.

tags/v0.1^2
Ben Kurtovic il y a 12 ans
Parent
révision
76b7ec2c5d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
earwigbot/commands/dictionary.py Voir le fichier

@@ -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):


Chargement…
Annuler
Enregistrer