@@ -1,6 +1,6 @@
from datetime import datetime, timedelta
import config
from config import config
def time_to_hour(time: timedelta) -> float:
return time.total_seconds() / 3600
The note is not visible to the blocked user.