Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #87 from jsut/job-readme
Browse files Browse the repository at this point in the history
remove debug from readme, this actually causes errors
  • Loading branch information
Roach committed Feb 1, 2018
2 parents 3923a92 + 5908815 commit 99170d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ For example, this will print "hello world" every 10 seconds. You can output mult
class myPlugin(Plugin):

def register_jobs(self):
job = myJob(10, debug=True)
job = myJob(10)
self.jobs.append(job)
```
#### Plugin misc
Expand Down

0 comments on commit 99170d8

Please sign in to comment.