Remove stray cat from busy street

This commit is contained in:
Vgr E. Barry 2016-09-26 07:11:12 -04:00
parent 5ef750aa2e
commit 925819e517

View File

@ -6684,7 +6684,6 @@ def get_help(cli, rnick, chan, rest):
reply(cli, nick, chan, messages["admin_commands_list"].format(break_long_message(afns, ", ")), private=True) reply(cli, nick, chan, messages["admin_commands_list"].format(break_long_message(afns, ", ")), private=True)
def get_wiki_page(URI): def get_wiki_page(URI):
print(URI)
try: try:
response = urllib.request.urlopen(URI, timeout=2).read().decode("utf-8", errors="replace") response = urllib.request.urlopen(URI, timeout=2).read().decode("utf-8", errors="replace")
except (urllib.error.URLError, socket.timeout): except (urllib.error.URLError, socket.timeout):