diff options
Diffstat (limited to 'bin/send_msg')
| -rwxr-xr-x | bin/send_msg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send_msg b/bin/send_msg index c3e88fa..33cfb1a 100755 --- a/bin/send_msg +++ b/bin/send_msg | |||
| @@ -22,7 +22,7 @@ if __name__ == "__main__": | |||
| 22 | 'callable': 'work_job', | 22 | 'callable': 'work_job', |
| 23 | 'class_args': ('blurp',), | 23 | 'class_args': ('blurp',), |
| 24 | 'class_kwargs': {'kwarg1': True}, | 24 | 'class_kwargs': {'kwarg1': True}, |
| 25 | 'args': (10, ), | 25 | 'args': (1, ), |
| 26 | 'kwargs': {} | 26 | 'kwargs': {} |
| 27 | }] | 27 | }] |
| 28 | 28 | ||