Skip to content

Commit

Permalink
Add warning about not using cython version of sec_since_boot
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Dec 5, 2019
1 parent 8f1a512 commit 2219f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messaging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
except ImportError:
import time
sec_since_boot = time.time
print("Warning, using python time.time() instead of faster sec_since_boot")

context = Context()

Expand Down

0 comments on commit 2219f2b

Please sign in to comment.