mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 11:13:55 +08:00
7 lines
175 B
Python
7 lines
175 B
Python
#!/usr/bin/env python3.7
|
|
|
|
# delay of reading last modified
|
|
LAST_MODIFIED_THERMALD = 10.
|
|
LAST_MODIFIED_SYSTEMD = 1.
|
|
LAST_MODIFIED_LANE_PLANNER = 3.
|
|
LAST_MODIFIED_UPLOADER = 10. |