Skip to content

Commit fd80684

Browse files
committed
main.py: correct the diplay formatting
1 parent d519567 commit fd80684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def displayInfo(content):
6262
' Berth No., Quota)', '*Current Status'
6363
' (Coach No , Berth No.)'])
6464
print(msg)
65-
print(table)
65+
print('{}\n'.format(table))
6666
print(passenger_table)
6767

6868

0 commit comments

Comments
 (0)