diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 16:14:17 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 16:14:17 +0200 |
| commit | 1563817f1fc2d0c826c20c7baa56dc0f3fb9d324 (patch) | |
| tree | 63adab52612c6110bba3723b0a70933421f81d5a /example/platform_callback.py | |
| parent | cb02cc0e0208a0d056a5216f73eb8fef346aad89 (diff) | |
Update platform parser
Diffstat (limited to 'example/platform_callback.py')
| -rw-r--r-- | example/platform_callback.py | 5 |
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 |
