log tweaks
This commit is contained in:
@@ -97,7 +97,7 @@ def start_trigger_updates():
|
|||||||
"""
|
"""
|
||||||
Called near the beginning of block handling to initialize any per-block trigger data structures
|
Called near the beginning of block handling to initialize any per-block trigger data structures
|
||||||
"""
|
"""
|
||||||
log.debug(f'current clock is {current_clock.get().timestamp} vs {timestamp()} => Δ{current_clock.get().timestamp-timestamp():.1f}s')
|
# log.debug(f'current clock is {current_clock.get().timestamp} vs {timestamp()} => Δ{current_clock.get().timestamp-timestamp():.1f}s')
|
||||||
TimeTrigger.update_all(current_clock.get().timestamp)
|
TimeTrigger.update_all(current_clock.get().timestamp)
|
||||||
PriceLineTrigger.clear_data()
|
PriceLineTrigger.clear_data()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user