Skip to content

Commit

Permalink
Merge pull request #169 from uw-it-aca/feature/data-abstraction
Browse files Browse the repository at this point in the history
confirm recorders existance test
  • Loading branch information
mikeseibel authored Aug 13, 2024
2 parents 3f42c0a + be4b61f commit 693ca95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/management/commands/confirm_recordings.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def handle(self, *args, **options):
course_id, len(event.reservations)))

for rsv in event.reservations:
if rsv.space_reservation:
if rsv.space_id:
name, external_id = course.panopto_course_session(
rsv.start_datetime)

Expand Down

0 comments on commit 693ca95

Please sign in to comment.