From 778cfe2010098649bdcf83e001d66c62cbd5996c Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 12 Sep 2019 15:00:33 +0100 Subject: [PATCH] remove extra ")" --- modules/channel_op.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/channel_op.py b/modules/channel_op.py index 99cf1ba7..836bce24 100644 --- a/modules/channel_op.py +++ b/modules/channel_op.py @@ -270,7 +270,7 @@ class Module(ModuleManager.BaseModule): if new_flags: # sort alphanumeric with uppercase after lowercase new_flags = sorted(new_flags, - key=lambda c: ("0" if c.islower() else "1")+c)) + key=lambda c: ("0" if c.islower() else "1")+c) new_flags_str = "".join(new_flags) event["target"].set_user_setting(target.get_id(), "flags",