From 472c4fb1f3c889111a8577af654c4b713cb9b3d5 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 19 Oct 2018 11:15:41 +0100 Subject: Typo in modules/coins.py, "len(list > 2)" -> "len(list) > 2" --- modules/coins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/coins.py b/modules/coins.py index 603f934a..6da50fa4 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -319,7 +319,7 @@ class Module(ModuleManager.BaseModule): :usage: heads|tails """ wallet_in, wallet_out = self._default_wallets(event["user"]) - if len(event["args_split"] > 2): + if len(event["args_split"]) > 2: wallet_in, wallet_out = self._parse_wallets(event["user"], event["args_split"][2]) -- cgit v1.3.1-10-gc9f91