Remove stray cat from busy street
This commit is contained in:
parent
5ef750aa2e
commit
925819e517
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user