diff --git a/asmodee.py b/asmodee.py index 535a61b..df3a19e 100755 --- a/asmodee.py +++ b/asmodee.py @@ -2029,7 +2029,7 @@ def titre(room, event): # cherche le titre d'une page args.pop(0) try: url=args[0] - if not (re.search(r"^.*://",url): + if not (re.search(r"^.*://",url)): url = "http://" + url r = requests.get(url) res = re.search(r"(.*)",r.text)