flush output from stdout so that it transmits

This commit is contained in:
John Burwell 2023-05-29 10:56:04 -05:00
parent c67179cdba
commit 498defc003

View File

@ -102,6 +102,7 @@ class Console():
"""
sys.stdout.write(output + '\r\n')
sys.stdout.flush()
def print_configuration(self) -> None:
"""Print the current running configuration.