From 1563817f1fc2d0c826c20c7baa56dc0f3fb9d324 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 11 Sep 2022 16:14:17 +0200 Subject: Update platform parser --- example/platform_callback.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'example/platform_callback.py') 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 -- cgit v1.2.3