From 74330f5dee1558f17c2541f94d80e3939a2f6a44 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 19 Oct 2018 11:00:57 +0100 Subject: Add another missing ")" in modules/coins.py --- 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 f36859ef..603f934a 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -378,7 +378,7 @@ class Module(ModuleManager.BaseModule): wallet_in, wallet_out = self._default_wallets() if len(event["args_split"]) > 2: wallet_in, wallet_out = self._parse_wallets(event["user"], - event["args_split"][2] + event["args_split"][2]) if event["user"].get_id() == event["server"].get_user(event[ "args_split"][0]).get_id(): -- cgit v1.3.1-10-gc9f91