I'm tried a million things but I can't fix this error

My line 20 is self.Schedule.On(self.DateRules.Every(DayOfWeek.Monday

During the algorithm initialization, the following exception has occurred: AttributeError : 'ScheduledEventsAlgorithm' object has no attribute 'SpecificTime'
at Initialize in main.py:line 20
AttributeError : 'ScheduledEventsAlgorithm' object has no attribute 'SpecificTime'

Any ideas?

Also is there an easy way to copy and paste my project code?

Author