Devel
Compare changes
- tuhe authored
+ 2
− 2
@@ -94,7 +94,7 @@ def first_day_of_class(info):
@@ -94,7 +94,7 @@ def first_day_of_class(info):
first_day_of_class = datetime(year=year(), month=info['first-month'], day=info['first-day'], hour=info['hour'][0], minute=info['minute'][0])
mo_first = datetime(year=year(), month=1 if semester() == 'spring' else 8, day=1, hour=13, minute=0)
@@ -445,7 +445,7 @@ def class_information(verbose=False,
@@ -445,7 +445,7 @@ def class_information(verbose=False,