diff --git a/wrap/python/ajax/spotcgi.in b/wrap/python/ajax/spotcgi.in index 15b73d639..b5753027c 100755 --- a/wrap/python/ajax/spotcgi.in +++ b/wrap/python/ajax/spotcgi.in @@ -45,6 +45,7 @@ if qs: cache = open(cachename, "rb", 0) if hasattr(sys.stdout, 'buffer'): # Python 3+ + sys.stdout.flush() sys.stdout.buffer.write(cache.read()) else: # Python 2.x