Added new script
This commit is contained in:
@@ -7,7 +7,7 @@ The config file is located at `~/.haasp/haasp_config.py`
|
||||
|
||||
### Template
|
||||
```python
|
||||
from haasp import EventObject, ConfigObject
|
||||
from libhaasp import EventObject, ConfigObject
|
||||
|
||||
class Config(ConfigObject):
|
||||
|
||||
@@ -38,5 +38,4 @@ class Config(ConfigObject):
|
||||
# -------------------------------------------------------------------------
|
||||
if self.timer_test.event == "triggered":
|
||||
self.log.debug("Timer DONE!")
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user