diff options
author | tv <tv@nomic.retiolum> | 2014-04-25 13:49:11 +0200 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2014-04-25 13:49:11 +0200 |
commit | 018441364e956c6128fe9e898f7176a324875ded (patch) | |
tree | b23691189c5e80a16311183f52f86354e9002f38 /Reaktor/commands | |
parent | ebf658d66ce61a21c3363a8313d847efaf13d21c (diff) |
reaktor commands caps: fix typo
Diffstat (limited to 'Reaktor/commands')
-rwxr-xr-x | Reaktor/commands/caps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/commands/caps b/Reaktor/commands/caps index d0245575..b5d6642d 100755 --- a/Reaktor/commands/caps +++ b/Reaktor/commands/caps @@ -10,4 +10,4 @@ def load_config(filename): config = load_config(os.environ['config_filename']) print('Private: '+' '.join(filter(None,[ x.get('capname',None) for x in config.commands]))) -print('Public: '+' '.join(filter(None,[ x.get('capname',None) for x in config.public_commands]))) +print('Public: '+' '.join(filter(None,[ x.get('capname',None) for x in config.public_commands]))) |