Skip to content

Commit fec3226

Browse files
committed
Turn off submission to researchseminars.org
1 parent 0d7ac9f commit fec3226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schedulezoomtalks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def schedule_talks(repo, talks) -> int:
231231
if meeting_id:
232232
talk["zoom_meeting_id"] = meeting_id
233233
# Add this talk to researchseminars.org
234-
publish_to_researchseminars(talk)
234+
# publish_to_researchseminars(talk)
235235
# Create comment in issue
236236
notify_issue_about_zoom_meeting(repo, talk)
237237
# Email the author

0 commit comments

Comments
 (0)