dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.73k stars 960 forks source link

Schedule ImportError: cannot import name 'repeat' #457

Closed vba34520 closed 3 years ago

vba34520 commented 3 years ago

Platform: Windows 10

When I run the example code of Use a decorator to schedule a job, it cause Schedule ImportError: cannot import name 'repeat'.

pip list | grep schedule
schedule 1.0.0

Looking forward to your reply!

SijmenHuizenga commented 3 years ago

Hi! The repeat decorator was added in the 1.1.0 release :)