Python Schedule Module error: module 'schedule' has no attribute 'every'

前端 未结 0 1304
旧时难觅i
旧时难觅i 2021-02-02 07:45

I am trying to schedule when I create backups of a text file in python. This is the code. createbackups is a function

schedule.every().day.at("7:15").do         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题