Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named every #29

Closed
S613420 opened this issue Nov 18, 2014 · 2 comments
Closed

No module named every #29

S613420 opened this issue Nov 18, 2014 · 2 comments

Comments

@S613420
Copy link

S613420 commented Nov 18, 2014

Can not get this to work. error: No module named every?

Any ideas?

@mwf
Copy link

mwf commented Nov 18, 2014

Hi, S613420!

It looks like you've made smth like this:

from schedule import *
every.hour.do(job, message='things')

And you've forgotten "()" to call the function like "every().hour.do(...)"

Please, show us some code to reproduce =)

@dbader
Copy link
Owner

dbader commented Nov 19, 2014

Awesome, thanks @mwf for saving the day :-)

@dbader dbader closed this as completed Nov 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants