flush stdout

This commit is contained in:
UlricQin 2020-05-12 13:39:33 +08:00
parent 180ee94c55
commit 69d568d54e
1 changed files with 2 additions and 0 deletions

View File

@ -41,4 +41,6 @@ def main():
if __name__ == "__main__":
sys.stdout.flush()
main()
sys.stdout.flush()