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

Commit

Permalink
remove debug from readme, this actually causes errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Prime committed Feb 1, 2018
1 parent 3923a92 commit 5908815
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 5908815

Please sign in to comment.