Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 2219f2b

Browse files
committed
Add warning about not using cython version of sec_since_boot
1 parent 8f1a512 commit 2219f2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

messaging/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
except ImportError:
1515
import time
1616
sec_since_boot = time.time
17+
print("Warning, using python time.time() instead of faster sec_since_boot")
1718

1819
context = Context()
1920

0 commit comments

Comments
 (0)