diff options
author | tv <tv@nomic.retiolum> | 2014-04-25 13:43:08 +0200 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2014-04-25 13:43:08 +0200 |
commit | 83afbcf53ad2af9b7ee82c69f501068fb9b7b8f4 (patch) | |
tree | a62c742866ebde0cfed4a26cebd83dc443228886 | |
parent | b73babb4bfcacedc067a512e85913c77c574d859 (diff) |
reaktor config: identify needs config_filename
-rw-r--r-- | config.py | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -56,7 +56,11 @@ public_commands = [ # identify via direct connect { 'capname': 'identify', 'pattern': '^identify' + '\\s*(?:\\s+(?P<args>.*))?$', - 'argv' : [ 'commands/identify' ]} + 'argv' : [ 'commands/identify' ], + 'env': { + 'config_filename': config_filename + } + } ] commands = [ default_command('reload') |