From c4535a4d42eadf35e4d3945b197beb6319bbd356 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Mon, 22 Jun 2015 19:42:59 +0200 Subject: example_module: fix standalone testing thanks to @frimdo issue #103 --- doc/example_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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) -- cgit v1.3