adding current date as default for cli args
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from model.TimeSlot import TimeSlot
|
||||
|
||||
|
||||
def convert_to_table(time_slot_list: list[TimeSlot]):
|
||||
def convert_to_table(time_slot_list: list[TimeSlot]) -> str:
|
||||
widths = [30, 26, 26]
|
||||
|
||||
r_str = f"+{'-'*(widths[0]+2)}+{'-'*(widths[1]+2)}+{'-'*(widths[2]+2)}+\n"
|
||||
|
||||
Reference in New Issue
Block a user