This commit is contained in:
parent
91eff68249
commit
e03ad71e72
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ while True:
|
||||||
multiline("(" + nick + ") [Request error: " + str(ex.message) + "]", channel)
|
multiline("(" + nick + ") [Request error: " + str(ex.message) + "]", channel)
|
||||||
except:
|
except:
|
||||||
print(traceback.format_exc())
|
print(traceback.format_exc())
|
||||||
elif sbconfig.cflagexist(channel, "+links") or sbconfig.cflagexist(channel, "+gemini"):
|
if sbconfig.cflagexist(channel, "+links") or sbconfig.cflagexist(channel, "+gemini"):
|
||||||
try:
|
try:
|
||||||
for i in command:
|
for i in command:
|
||||||
parse = urlparse(i)
|
parse = urlparse(i)
|
||||||
|
|
Loading…
Add table
Reference in a new issue