fix: need Content-Type header in smoke test script
This commit is contained in:
parent
0cb89ddc80
commit
4aa8759514
2 changed files with 3 additions and 2 deletions
|
|
@ -17,4 +17,5 @@ class timed_import:
|
|||
|
||||
def __exit__(self, *args):
|
||||
elapsed = time.time() - self.start
|
||||
print(f"in {elapsed:.1f}s")
|
||||
sys.stdout.write(f"in {elapsed:.1f}s\n")
|
||||
sys.stdout.flush()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue