Flush output streams on kitten end

This commit is contained in:
Kovid Goyal 2018-04-11 20:24:39 +05:30
parent 3192b61385
commit 56dd442e2c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -46,6 +46,8 @@ def launch(args):
if result is not None:
import json
print('OK:', json.dumps(result))
sys.stderr.flush()
sys.stdout.flush()
def main():