summaryrefslogtreecommitdiff
path: root/example/platform_callback.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/platform_callback.py')
-rw-r--r--example/platform_callback.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/example/platform_callback.py b/example/platform_callback.py
index b8a87d0..d3d5dab 100644
--- a/example/platform_callback.py
+++ b/example/platform_callback.py
@@ -1,6 +1,3 @@
-
-
-
def callback(simulator):
- print("Called :)") \ No newline at end of file
+ print("Callback called at {}s".format(simulator.time)) \ No newline at end of file