sspencer-hubble

Results 1 issues of sspencer-hubble

Please observe the following code: import pycron from datetime import datetime last_run = datetime.strptime("11/12/2021 15:29:55", "%m/%d/%Y %H:%M:%S") current_time = datetime.strptime("11/12/2021 15:30:56", "%m/%d/%Y %H:%M:%S") print(last_run) print(current_time) print(pycron.has_been("*/10 * * * *",...