Skip to content

Commit 1a72092

Browse files
asedenoquentinmit
authored andcommitted
use opcode auto
1 parent 85db4cd commit 1a72092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zcommit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def send_zephyr(sender, klass, instance, zsig, msg):
186186
#z.fields = [ zsig, msg ]
187187
#z.send()
188188
cmd = [ZWRITE, '-c', klass, '-i', instance,
189-
'-s', zsig, '-d', '-x', 'UTF-8', '-m', msg]
189+
'-s', zsig, '-d', '-x', 'UTF-8', '-O', 'auto', '-m', msg]
190190
output = subprocess.check_output([p.encode('utf-8') for p in cmd])
191191

192192
class Application(object):

0 commit comments

Comments
 (0)