im trying to make a command happen when its a certain time but its not working someone please help thanks, here is my code
from datetime import datetime
import time
while True:
sam = (datetime.now().time())
ssam = str(sam)
if ssam == ('23:12:24.092411'):
print("hui")
else:
pass