Skip to content

Commit 3a1cc30

Browse files
fixes #109
1 parent 83d4a45 commit 3a1cc30

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ti_python_module/ti_system.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,9 @@ def get_time_ms():
167167
"""
168168
Returns time in milliseconds with millisecond precision. This functionality can be used to calculate a duration rather than determine the actual clock time.
169169
170-
171-
Category: TI System
172-
173-
174-
Returns None
170+
Returns
171+
None: None
175172
"""
173+
log("Fetching the time in milliseconds", "INFO", "TI System", "Get Time Milliseconds")
176174
print("Fetching time in milliseconds")
177175
return None

0 commit comments

Comments
 (0)