Update sweebot.py
Some checks are pending
Check syntax / check (push) Waiting to run

This commit is contained in:
Nova Cat 2025-01-12 20:21:08 -08:00
parent 91eff68249
commit e03ad71e72

View file

@ -847,7 +847,7 @@ while True:
multiline("(" + nick + ") [Request error: " + str(ex.message) + "]", channel)
except:
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:
for i in command:
parse = urlparse(i)