Skip to content

Commit 5d88da3

Browse files
committed
2 parents 2d61fb1 + 20c24a0 commit 5d88da3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyrobot/robot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,11 +627,11 @@ def wait_till_next_bar(self, last_bar_timestamp: pd.DatetimeIndex) -> None:
627627
print("Pausing for the next bar")
628628
print("-"*80)
629629
print("Curr Time: {time_curr}".format(
630-
time_curr=curr_bar_time.strftime("%Y-%m-%d %H:%M:%S")
630+
time_curr=curr_bar_time.strftime("%Y-%m-%d %H:%M:%S")
631631
)
632632
)
633633
print("Next Time: {time_next}".format(
634-
time_next=next_bar_time.strftime("%Y-%m-%d %H:%M:%S")
634+
time_next=next_bar_time.strftime("%Y-%m-%d %H:%M:%S")
635635
)
636636
)
637637
print("Sleep Time: {seconds}".format(seconds=time_to_wait_now))

0 commit comments

Comments
 (0)