РС
Size: a a a
РС
DG
РС
DG
АК
for user in usernames:
cur_day = datetime.now()
next_day = datetime.now() + timedelta(days=1)
next_datetime = datetime.strptime(next_day.strftime('%Y-%m-%d') + '-8:00', '%Y-%m-%d-%H:%M')
result = next_datetime - cur_day
if result.seconds < 32400:
print('Ждем утро')
time.sleep(result.seconds)
#продолжаем кодGZ
GZ
GZ
C
GZ
GZ
GZ
GZ
АК
DA