728x90

매시간마다 동작(1시, 2시, 3시....)

time.sleep(3600 - datetime.now().minute * 60 - datetime.now().second)

매분마다 동작(0분, 1분, 2분...)

time.sleep(60 - datetime.now().second)

728x90

'Python' 카테고리의 다른 글

코레일 자동예매(잔여 좌석 클릭)  (0) 2022.05.09
python venv  (0) 2021.07.23
python dictionary 복사 assignment  (0) 2021.05.09
slack 파이썬 메시지 처리  (0) 2021.04.30
python 천단위 콤마  (0) 2021.01.30

+ Recent posts