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

Commit 6f58b55

Browse files
authored
Merge pull request #84 from finnito/master
Fixes for the example plugin Job in README
2 parents 99170d8 + 2aa8e04 commit 6f58b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Plugins can also run methods on a schedule. This allows a plugin to poll for upd
178178
For example, this will print "hello world" every 10 seconds. You can output multiple messages to the same or different channels by passing multiple pairs of `[Channel, Message]` combos.
179179

180180
```python
181-
from core import Plugin, Job
181+
from rtmbot.core import Plugin, Job
182182

183183

184184
class myJob(Job):

0 commit comments

Comments
 (0)