aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send_msg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/send_msg')
-rwxr-xr-xbin/send_msg2
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