summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2015-06-22 19:42:59 +0200
committerUltrabug <ultrabug@gentoo.org>2015-06-22 19:43:26 +0200
commitc4535a4d42eadf35e4d3945b197beb6319bbd356 (patch)
tree27da1059cef86c4dc20f35916b3c973f1717d8a7
parentab739310781d1d97d31ae6a01648f523fb338fc6 (diff)
example_module: fix standalone testing thanks to @frimdo issue #103
-rw-r--r--doc/example_module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example_module.py b/doc/example_module.py
index d132eed..2935724 100644
--- a/doc/example_module.py
+++ b/doc/example_module.py
@@ -121,5 +121,5 @@ if __name__ == "__main__":
'color_good': '#00FF00'
}
while True:
- print(x.empty([], config))
+ print(x.example_method([], config))
sleep(1)