diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-27 04:16:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-27 04:16:43 +0200 |
| commit | 9e08754fa2b4fde9b060606fe5851f31590690d6 (patch) | |
| tree | 0c13cb827b11f3a849676b84c6958ae0a7b1c1c9 /test/module/test.py | |
| parent | f82ca77348bb8e025240bab1003ae697e27617e2 (diff) | |
test sending events
Diffstat (limited to 'test/module/test.py')
| -rwxr-xr-x | test/module/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/module/test.py b/test/module/test.py index 9a20345..cb00f8b 100755 --- a/test/module/test.py +++ b/test/module/test.py @@ -10,6 +10,7 @@ if __name__ == '__main__': def get_params(): print('get params.') + print(params) return params def set_param(key, value): |
